oldoc63 / learningHTML

Learning HTML with Codecademy and GitHub
0 stars 0 forks source link

Create `<main>` element #91

Closed oldoc63 closed 2 years ago

oldoc63 commented 3 years ago

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.