Posted by David Dorward on 05/31/07 16:59
On May 31, 5:36 pm, Lsimmons5 <i...@lookit-up.com> wrote:
> I don't know how to correct the following html validation error:
> Line 254, column 12: required attribute "ALT" not specified .
> width="180"></a></td>
So the attribute 'alt' is required, and you haven't specified it.
Step 1: Look up what the alt attribute means: http://www.w3.org/TR/html4/index/attributes.html
Step 2: Do some searching to find out how to use it in practice:
http://www.google.co.uk/search?q=alt+attribute&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:unofficial&client=firefox-a
(with http://www.w3.org/QA/Tips/altAttribute and http://htmlhelp.com/feature/art3.htm
being particularly good results from that page)
Step 3: Add the code
[Back to original message]
|