Closed oldoc63 closed 2 years ago
Create a <main> element below the closing </header> tag.
<main>
</header>
Within the <main> element, create a <section> element with an id of “blog”.
<section>
This <section> element will hold the main content of your webpage. You are giving this element an id so that you can target it with the nav bar.
Create a
<main>
element below the closing</header>
tag.Within the
<main>
element, create a<section>
element with an id of “blog”.This
<section>
element will hold the main content of your webpage. You are giving this element an id so that you can target it with the nav bar.