Quote:
Originally Posted by microtekblue
<a href="http://www.google.com" title="a good search engine">
That code is not a valid html code.
What is that?
Are you talking about an Anchor link?
Then it would look like this:
<a href="http://www.google.com">a good search engine</a>
|
<a href="http://www.google.com" title="a good search engine"> Click here for Google</a>
Is valid html, though.
It's true that
<a href="http://www.google.com" title="a good search engine">
Won't validate, but that's because the anchor tag wasn't closed.
It sounds like nit picking, but I'm just trying to provide true and precise information.
Now, the title attribute provides hover text. Just like alt for pictures in Microsoft Internet Excuser. It does not have the magical off page properties of anchor text.
|