
<html> <body> <p>Click on the colors of the flag:</p> <img src="italy.gif" width="180px" height="120px" alt="Italy Flag" usemap="#flagmap" /> <map name="flagmap"> <area shape="rect" coords="0,0,60,120" alt="Green" href="#green" /> <area shape="rect" coords="60,0,120,120" alt="White" href="#white" /> <area shape="rect" coords="120,0,180,120" alt="Red" href="#red" /> </map> </body> </html>
Click on the colors of the flag: