<A>
What it does
The anchor
tag can be used to access either another document or webpage or a particular
spot on the same page.
Attributes
accesskey="accessibility
key character"
charset="character encoding of linked source"
class="class name"
coords="client-side image maps coordinates"
dir="direction for weak/neutral text"
href="URI for linked resource"
hreflang="language code"
id="document-wide unique id"
lang="language code"
name="name of target location"
onblur="script"
onclick="script"
ondblclick="script"
onfocus="script"
onhelp="script"
onkeydown="script"
onkeypress="script"
onkeyup="script"
onmousedown="script"
onmousemove="script"
onmouseout="script"
onmouseover="script"
onmouseup="script"
rel="forward link types"
rev="reverse link types"
shape="client-side image maps coordinates"
style="associated style info"
tabindex="position in tabbing order"
target="frame target"
title="advisory title"
type="content type"
End
Tag: Required
|