Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 423 Bytes

File metadata and controls

13 lines (8 loc) · 423 Bytes

12. Define Landmark Regions of a web page using HTML5 sectioning elements

📹 Video

  • 👍 Instead of ARIA landmark regions, you can use HTML5 semantic elements (which are often more intuitive and less verbose).

Most common semantic HTML elements include:

  • <header>
  • <nav>
  • <main>
  • <footer>