HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

shape

Description

The shape attribute for HTML specifies the kind of shape to be created in an image map.

Syntax

shape="value"

Values

circ

circle

A circle.

poly

polygon

A polygon.

rect

rectangle

A rectangle. Default.

Examples

1 · HTML · circ

2 · HTML · circle

3 · HTML · poly

4 · HTML · polygon

5 · HTML · rect

6 · HTML · rectangle

7 · JS · circ

8 · JS · circle

9 · JS · poly

10 · JS · polygon

11 · JS · rect

12 · JS · rectangle