|
|
|
|
|
|
Links |
|
TITLE
|
TAG &
DESCRIPTION |
|
Link Something |
<A HREF="URL"> </A> |
|
links text or graphic to another
URL |
|
Link to Location |
<A HREF="URL#***"> </A> |
|
links text or graphic an anchor
in an other document |
|
Link to Location in Current Page |
<A HREF="#***"> </A>
|
|
links text or graphic an anchor
in current document |
|
Target Window |
<A HREF="URL" TARGET="***"> </A>
|
|
links text or graphic to a URL
in a new browser widow |
|
Action on Click |
<A HREF="URL" ONCLICK="***">
</A> |
|
takes effect when user clicks on
the item (Javascript) |
|
Mouseover Action |
<A HREF="URL" ONMOUSEOVER="***">
</A> |
|
takes effect when user moves
pointer over item |
|
Mouse out Action |
<A HREF="URL" ONMOUSEOUT="***">
</A> |
|
takes effect when user moves the
pointer away from item |
|
Link to Email |
<A HREF="mailto:@"> </A>
|
|
creates blank e-mail to
indicated address with visitor's default e-mail client |
|
Specify Subject
|
<A HREF="mailto:@?SUBJECT=***">
</A> |
|
fills out subject line in
visitors e-mail(use a real question mark) |
|
Define Location |
<A NAME="***"> </A> |
|
indicates an anchor's name and
location in a document |
|
|