Quote:
Originally Posted by chrishirst
Yes
None at all, because there is no such thing as an alt tag, it's an alt ATTRIBUTE
|
I think thats a bit mean, most people know that The Alt Attribute means "alternate text" and everyone makes mistakes (getting tags and attributes mixed up).
Let me explain:
A tag is (for example):
The attribute is the bits inside it, for example:
Code:
<p title="This is my title"></p>
See W3C for more details.
Now back to the original question:
There is no rule to follow; but try to make it so your keyword/alt attribute is similar to the image's content. As if images are disabled, what's in the alt will show up, and people may get confused if (for example) a image with 'home' written in it has a alt saying 'Web Development'.
I have a feeling (cannot confirm that this is true) that Google may have image reading software that could tell how similar the alt is to the image. The reason I think this is because if spammers can read text in an image, Google should be able to.
__________________
My Blog/Site: Please login or register to view this content. Registration is FREE
Last edited by rogem002; 09-22-2007 at 10:24 AM..
|