W3Schools.com

HTML <a> shape Attribute

HTML a Tag Reference HTML <a> tag

Example

Use of the shape and coords attribute in an <a> element, to create an image-map:

<object data="planets.gif" alt="Planets" type="image/gif" usemap="#Map1">
  <map name="Map1">
  <a href="sun.htm" shape="rect" coords="0,0,82,126">The Sun</a>
  <a href="mercur.htm"shape="circle" coords="90,58,3">Mercury</a>
  <a href="venus.htm" shape="circle" coords="124,58,8">Venus</a>
  </map>
</object>

Try it yourself »

Browser Support

Internet Explorer Firefox Opera Google Chrome Safari

The shape attribute is only supported by Firefox and Opera.


Definition and Usage

The shape attribute is used together with the coords attribute to specify the size, shape, and placement of a link in an <object> or <img> element.

Tip: To create image-maps that works in all browsers, use the <area> element!


Syntax

<a shape="value">

Attribute Values

Value Description
default Specifies the entire region
rect Defines a rectangular region
circle Defines a circular region
poly Defines a polygonal region


HTML a Tag Reference HTML <a> tag
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE