Advertisement
Home Open Editor ❯

HTML <a> shape Attribute

Deprecated: Not Supported in HTML5.

No standards suppor.

Example

<a target="_blank" title="Cup" href="cup.png" coords="327,212,31" shape="circle"></a>

Meaning

The shape attribute defines the shape of the associated hot spot.


Standard Syntax

<a shape="default|rect|circle|poly">


Advertisement

Attribute Values

Value Description
default Defines the entire region
rect Defines a rectangular region
circle Defines a circular region
poly Defines a polygonal region
Home Open Editor ❯
Advertisement