Thread
:
'tidyness' check
View Single Post
#
7
(
permalink
)
Jul 30th, 2007, 12:24
karinne
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>
karinne
View Public Profile
Visit karinne's homepage!
Find all posts by karinne