Properties of the Anchor Object : Anchor « HTML « JavaScript DHTML
- JavaScript DHTML
- HTML
- Anchor
Properties of the Anchor Object
Property Description
name A name that provides access to the anchor from a link.
text The text that appears between the <a> and </a> tags.
x The x-coordinate of the anchor.
y The y-coordinate of the anchor.
Related examples in the same category