Map Html element

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>





Discover More
HTML - (Flow|Body) Content

Most elements that are used in the body of documents and applications are categorized as flow content. Flow content consists of flow elements intermixed with normal character data. (ifbodhead...
HTML - Phrasing Content (Text)

Phrasing content is: the text of the document, as well as elements that mark up that text at the intra-paragraph level. Runs of phrasing content form paragraphs. Most elements that are categorized...



Share this page:
Follow us:
Task Runner