+ <p>The code snippet above shows an example of <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_HTML_sections_and_outlines#Implicit_sectioning">implicit sectioning</a>, where both the <code><h1></code> and <code><h2></code> elements are in the same section. Authors are encouraged to <em>explicitly</em> wrap sections in elements of <a href="https://www.w3.org/TR/2014/REC-html5-20141028/sections.html#headings-and-sections">sectioning content</a>, instead of relying on the implicit sections generated by having multiple headings in one <code><section></code> element.</p>
0 commit comments