Previous Message
Next Message

Site check/critique

Sent by Peach Lynda L Contr 96 CG/SCTOA on 5 January 2005 15:03


> The HTML doesn't validate. 

You have the following HTML code. 
      <font class="headlines">--><a
href="/index.php?subaction=showfull&amp;id=1104931650&amp;archive=&amp;start
_from=&amp;ucat=10&amp;">Fourms back up</a> </font><br />

I don't know if you MEANT to have a --> but if so, the code should be --&gt;

The FONT tag is deprecated if I'm not mistaken. 
	It looks like the <font used here could be changed to a <span ...
No ALT attribute on your images. 
	Just good practice to either have what the image is or at least an
alt=""
Use of the <U> and <B>, deprecated tags. 
	Underline should not be used unless it's a link. Find another way to
stress the word of words. And any <b> should be replaced by <strong>
And no closing </body></html>

Those should be addressed first in order to get your HTML to validate.

Hope this is helpful. It is challenging to "give up" old knowledge such as
the use of <font> and <b> but necessary.

Lynda Peach


______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Possibly related: