View Single Post
  #3 (permalink)  
Old Jan 13th, 2008, 21:50
alexgeek's Avatar
alexgeek alexgeek is offline
Administrator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,769
Blog Entries: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alexgeek
Re: Closing tags in the validator

Moved to accessibility section.

You are using an XHTML doctype this means you need to self-close elements.
e.g. this:
HTML: Select all
<link href="style.css" rel="stylesheet" type="text/css">
becomes:
HTML: Select all
<link href="style.css" rel="stylesheet" type="text/css" />
Reply With Quote