where can the alt tag can be used

except from the <img>?<br />
10X:)<br />
peleg<!--content-->with the <a> tag you can use title which produces the same effect.<br />
<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/# title="test">link</a><br />
<br />
Gaz.<!--content-->There isn't supposed to be an effect with the "alt" attribute (<!-- m --><a class="postlink" href="http://www.w3.org/TR/html401/struct/objects.html#adef-alt">http://www.w3.org/TR/html401/struct/obj ... l#adef-alt</a><!-- m -->), except when an image cannot be displayd. Then the attribute supplies some text that will be presented to the user in the images stead. It's an important accessibility feature and you need to be careful how you use it. If you want a "tool tip" then use the "title" attribute (<!-- m --><a class="postlink" href="http://www.w3.org/TR/html401/struct/global.html#adef-title">http://www.w3.org/TR/html401/struct/glo ... adef-title</a><!-- m -->), which you can with "[a]ll elements but BASE, BASEFONT, HEAD, HTML, META, PARAM, SCRIPT, TITLE".<!--content-->israel is 56 years young and will be here for ever<!--content-->
 
Back
Top