|
Posted by Dan on 05/31/07 23:16
On May 31, 12: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>
Put in an ALT attribute, obviously.
> The actual html from the page is as follows:
> href="links.html"><img src="LINKS.gif" border="0" height="23"
> width="180"></a></td>
>
> Is it possible for anyone to correct the above html because I don't
> understand it?
<a href="links.html"><img src="LINKS.gif" border="0" height="23"
width="180" alt="Links"></a></td>
The actual value of the "alt" attribute depends on the nature and
purpose of the image, but presuming that the image is a navigation
button that says "Links", then "Links" would be the sensible value for
it.
--
Dan
Navigation:
[Reply to this message]
|