<A ...><A ...>TITLE ="text string"
W3C says that TITLETITLE
| this code | produces this |
Check out <A HREF="deniseres.html" TITLE="Denise Dodd's Resume">my Resume</A> |
Check out my Resume |
Most browsers have ignored this useful attribute. One that doesn't ignore it is
Opera. Opera displays the value of TITLETITLE
Opera also uses the value of TITLE
| this code | produces this |
Send us <A HREF="mailto:feedback@anywebsite.com" TITLE="Response to Web Page">feedback</A> |
Send us
feedback Do not send email, as it's not a real address! |
It's worth noting that the ability to indicate a subject in an email link is one of the most often requested features that Netscape and MSIE have ignored. Hopefully they will catch up sooner or later.