Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering a guide to professional web site design, web page design and web design guidelines

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

Creating an HTML Mouseover Text Description (IE)

You can create an HTML mouseover text description, similar to an image alt tag or pop up text description, that will be viewed when your mouse is placed over the text link. Place "title="your text description"" within your HTML link code.

<A HREF="http://www.yourdomain.com/" TITLE="Your text description">Your Text</A>

Example:

Your Text

In addition, you can display your description text in a list by adding these characters &#10;&#13;.

<A HREF="http://www.yourdomain.com/" TITLE="Webmaster Resources:&#10;&#13; &#10;&#13;
Counters&#10;&#13;
Guestbooks&#10;&#13;
Autoresponders&#10;&#13;
and more...#10;&#13;">Your Text</A>

The above TITLE description would be displayed like this when you place your mouse over the link:

Example:

Your Text

Edit the text indicated in red to suit your needs.

 More Web Design Tips