> I hope this is not off topic. If it is, please reply to [EMAIL PROTECTED]
> I am starting to get very fustrated. When I try to use the W3C validator for
> an HTML file, I keep getting the following error.
> 
> Line 13, column 53: there is no attribute "alt"

The "a" element does not support the "alt" attribute. You are probably
thinking about "title" or "name"?

For example:
<li><a href="http://asic.bc.cx/asic_history.php"; title="ASIC history">ASIC
history</a></li>

The "a" element supports the following attributes:
id, class, lang, dir, title, style, shape, coords, onfocus, onblur, onclick,
ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout,
onkeypress, onkeydown, onkeyup, target, tabindex, accesskey, charset, type,
name, href, hreflang, rel, rev... (have I missed any?)

More here:
http://www.w3.org/TR/html401/struct/links.html#edef-A

Russ


******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to