Structuring HTML with semantic tags

Semantics are tags that provide meaning

Created: 2022-09-16
Tags: #fleeting


  • header: header semantic tag in HTML  <header>
    • navigation bar:. nav semantic tag in HTML - navigation bar <nav>
  • main content:, main semantic tag in HTML <main>
    • article article semantic tag in HTML <article>
    • section section semantic tag in HTML <section>,
    • div div - BLOCK level non semantic element <div> 
    • sidebar: aside semantic tag in HTML - sidebar 
  • footer: footer semantic tag in HTML <footer>.
Interactive Graph
Table Of Contents
Structuring HTML with semantic tags