Is it necessary to have a heading of <section>
in HTML5 like mentioned here http://blog.whatwg.org/is-not-just-a-semantic
Sometime on a page we have some elements which are related and can be combined in a <section id="semantic name">
instead <div id="semantic name">
But we don't have any Heading for that..
Is it OK to use <section>
without having <h1>
, <h2>
, <h3>
inside