You're now here » Home » a
a
Define a local anchor, and/or define a link.<br> This element can be used anywhere within a body element, except inside a multicell element.
Attribute Values
| value | Description |
|---|---|
| href | define a link |
| name | define a local anchor |
Example:
<a href="http://www.pdml-pdf.net/">This is a URL link</a>
<a href="#blah">This is a local link</a>
<a name="blah" />This is a local anchor.
See also: