how do i make alternate text for a hyperlink

W

WHA68

I need to put in alternate text on some hyperlinks to make it more accesible
for people with visuual imparements. I can easily do it in other web
editors can anyone tell me how to do so.
 
C

Cynthia Turcotte

If you have means of editing the code directly, try this:

A typical hypertext link looks like this:

<a href="link.html">link text</a>

With alternate text, it looks like this:

<a href="link.html" title="alternate text">link text</a>

Hope this helps!

Cynthia
I need to put in alternate text on some hyperlinks to make it more accesible
for people with visuual imparements. I can easily do it in other web
editors can anyone tell me how to do so.
-
DigitalRainmakers.com - Search Engine Optimization & Web Design
NEW Free Search Engine Optimization Forum Online
Post Your SEO Questions at http://www.digitalrainmakers.com/seo/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top