The layout components will include:
<header>: Is the container for the navigation.
- `: The nav menu.
<section>: Is a container (12 cols grid)
<main>: if is the only child of section will take the 12 columns
<aside>: there may be up to 2 and each one will take 3 column (to be taken away from <main>).
The layout components will include:
<header>: Is the container for the navigation.<section>: Is a container (12 cols grid)<main>: if is the only child of section will take the 12 columns<aside>: there may be up to 2 and each one will take 3 column (to be taken away from<main>).