Hi,
I normally do this.
<h1> Heading </h1>
Para </p>
Para 2 </p>
<h1> Heading 2 </h1>
and so on....
recently I checked my page with google semantics and while it showed the text inside <h1> </h1> it was not showing text in the
</p>
so I instad of doing
</p> for paragraphs.. I did this..
<h1> Heading </h1>
<h2> Para 1 </h2>
<h2 Para 2 </h2>
<h1> Heading 2 </h1>
<h2> para 1 </h2>
<h2> para 2 </h2>
and so on..
now when I check the semantics..it shows me all the text on my page...
now I am wondering...cuz I know this is kinda wrong use for <h2> instead of
... that if I can get penalized for trying something like this ?
comments ?
Submit Your Article
Forum Rules

Reply With Quote
