The anchor element is used to a clickable region to the current page.

Syntax:

Element

Attributes

Value

Notes for Element/Attribute/Value

anchor

x1

integer

Default is 0.

y1

integer

Default is 0.

width

integer

Default is 0.

height

integer

Default is 0.

url

String


border

boolean

Default. Document border.

Example

    <anchor x1="70" y1="540" width="50" height="30" url="http://www.acme.com" border="true"/>


  • No labels