return to homepage

Scripts: Misc

TITLE & ALT text

The TITLE and ALT HTML tags allow you to show additional text when the mouse is placed over text links (TITLE) and images (ALT):

TITLE

place your mouse over this link (TITLE)

<A HREF="#" TITLE="this is the expanded TITLE text">link</A>

ALT

Move the mouse over the following logo graphic:
this is the ALT text

<IMG SRC="image.gif" BORDER="0" ALT="this is the ALT text">