Difference between revisions of "Area (HTML element)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "In HTML the '''area''' element represents a clickable area within an image map. == Examples == <nowiki><address> <p>Santa Claus</p> <p>North Pole</...")
 
(External links)
Line 17: Line 17:
  
 
* [] @ developers.mozilla.org
 
* [] @ developers.mozilla.org
* [http://www.w3schools.com/tags/tag_address.asp address] @ w3schools.com
+
* http://www.w3schools.com/tags/tag_area.asp area] @ w3schools.com
  
 
[[Category:HTML elements]]
 
[[Category:HTML elements]]

Revision as of 10:05, 29 April 2016

In HTML the area element represents a clickable area within an image map.

Examples

<address>
<p>Santa Claus</p>
<p>North Pole</p>
<p>Attn: Gifts department</p>
</address>

See also

External links