Table of Contents

About

map is a html flow element.

Example

<map name="planetmap">
    <area alt="Sun" coords="0,0,82,126" href="sun.htm" shape="rect" />
    <area alt="Mercury" coords="90,58,3" href="mercur.htm" shape="circle" /> 
    <area alt="Venus" coords="124,58,8" href="venus.htm" shape="circle" />
</map>