Etiquetas de anclas y enlaces

Ø Ancla:

<A

NAME="anchorName"

>

...

</A>

Ø Enlace:

<A

HREF="location"

ONCLICK="clickJScode"

ONMOUSEOUT="outJScode"

ONMOUSEOVER="overJScode"

TARGET="_blank"|"_parent"|"_self"|"_top"|"windowName"

>

...

</A>