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:Ìý,Ìý