HTML and CSS Reference
In-Depth Information
shape="rect|circle|poly|default"
Defines the shape of the clickable area.
target=" text
text "
Specifies the name of the window or iframe in which the target document should be dis-
played.
type=" MIME type
MIME type "
Specifies the media or content type (MIME type) of the linked content—for example,
text/html .
Example (HTML)
See also map .
<map name= "space" >
<area shape= "rect" coords= "203,23,285,106" href= http://
www.nasa.gov alt="" >
<area shape= "rect" coords= "203,23,285,106" href= http://
www.nasa.gov alt="" >
</map>
Search WWH ::




Custom Search