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

coords

Description

The coords attribute for HTML specifies coordinates for the shape to be created in an image map.

Syntax

coords="value"

Values

circ

circle

x y radius

poly

polygon

x y ... x y

rect

rectangle

x y width height

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