
11-10-2006, 02:45 PM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: Aug 2003
Location: Worldwide
Posts: 8,167
|
|
Re: Am I hurting the semantic ?
Quote:
|
Originally Posted by Mamoon Rashid
Hi,
I normally do this.
<h1> Heading </h1>
Para </p>
Para 2 </p>
<h1> Heading 2 </h1>
and so on....
|
You must do:
<h1> Heading </h1>
Para </p>
Para 2 </p>
<h2> Heading 2 </h2>
and so on....
|