1. General structure
- 1.1. Add structure to the header area using
<header role="banner">
- 1.2. Mark up the search field with
role="search"
- 1.3. Structure the main content area with
<main role="main">
- 1.4. Structure information about the website with
<footer role="contentinfo">
- 1.5. Structure primary and secondary navigation menus with
<nav role="navigation">
- 1.6. Structure navigation menus with lists
- 1.7. Create a logical and thorough hierarchy for headings, using
<h1>
to<h6>
tags