Search code examples
seosearch-enginehtml-heading

Is it allright to wrap H1/H2/H3 tag around a multicolumn design div for headlines?


is the following syntax good to go to emhpasize a multicolumn headline totalling around 20 ~ 30 words? I dont want to use CSS3 multicolumns since it is not supported in IE9 etc.

<H3>
     <div id="headingLeft" >blaa blaa blaa</div> 
     <div id="headingRight">blue blue blue</div> 
</H3>

Solution

  • In response to a request from the OP:

    [That's] what I was looking for! Place it as an answer so that I can accept is as an answer! The up-vote in your answer would be for the quality of the link you added. Explains everything in very clear language!

    Have you considered using html5's header element, and the html5 doctype of course?