23.听Area element is missing alternative text

,听

Area alt text incorrect example

Description:听On the image map an ‘area’ element occurs with no alternative text.

Context:听Area tags generally do not have descriptive content within them, making it difficult for readers to understand them without additional information.

<area shape="circle" coords="687,281,8" target="bottom" href="plantbrochuretour.html#63">

How to fix it:听Provide alternative text for all areas.

<area alt="Location 3 - Bachman Hall" shape="circle" coords="687,281,8" target="bottom" href="plantbrochuretour.html#63">

Techniques:听,听