placing h2 and h3 tags around words in paragraphs
- by sam
if i have a page like with an H1 heading and then just a long paragraph wraped in p tags, is it ok to write the paragraph as bellow (with the h tags mixed into the paragraph) and just style it so it looks all the same so that i get the benefit of using h2 and h3 tags ?
Im aware this is not the 'proper' use of the H tags as their meant to be headings but can i use them like this as the site isnt built using mulitple headings on the same page
(please ignore over optimization this is just for illitrative purposes)
<h1>Red shoes</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus id dui id mi
consectetur tincidunt. Mauris at sem non urna congue eleifend sed quis nulla. Aenean nisl
porta eget auctor vel, semper eget massa.</p> <h2>Red shoes</h2> <p>Lorem ipsum dolor
sit amet, consectetur adipiscing elit. Phasellus id dui id mi consectetur tincidunt.
Mauris at sem non urna congue eleifend sed quis nulla. Aenean nisl porta eget auctor vel,
semper eget massa.</p> <h3>red shoes</h3> <p>Lorem ipsum.</p>