Re: radiostreams site nog validate

Willem wrote:

> http://www.radiocorner.nl
>
> not totally validated, need to find the bad parts.

On a quick look, it seems that all the validator error messages report the 
lack of an alt attribute in img elements. The validator just reports that 
the attribute is required by the document type definition you've specified.

In this case, writing alt attributes is mostly straightforward, though you 
need to check the spelling of the radio station names. For example, for
<img src="logos/radio538logo.jpg" width="100" height="60" />
you should probably add alt="Radio 538", etc.

For general suggestions on how to write good alt texts, see 
http://www.cs.tut.fi/~jkorpela/html/alt.html

-- 
Yucca, http://www.cs.tut.fi/~jkorpela/ 

Received on Thursday, 21 April 2011 14:18:42 UTC