View Single Post
  #7 (permalink)  
Old Jul 30th, 2007, 12:24
karinne's Avatar
karinne karinne is offline
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: 'tidyness' check

*Always* use a strict doctype.

Use the elements that exists for what they are...

Code: Select all
<span class="bold">21-07-07</span>
should be

Code: Select all
<strong>21-07-07</strong>
Much more semantic and meaningful.

Empty <h1>
Reply With Quote