How to Section Your HTML

The sectioning elements in HTML5 are <nav>, <aside>, <article>, and <section>. <body> is also kind of a sectioning element since all content lying inside of it is part of the default document section. Here is a brief explanation of each sectioning element and how they are used: <nav> – Equivalent to role=”navigation”. Major site navigation … Continue reading How to Section Your HTML