@SchismondSubmitted over 1 year ago
Paul Okwulu
@pauldevcodesAll comments
- @pauldevcodesPosted over 1 year ago
Hi Schismond, great work on completing the project.
I have some suggestions about your code that might interest you.
HTML:
- The
<header></header>
element is used to represent a section of a page that contains introductory or navigational aids. It can contain heading elements, logos, search forms, and other elements. - The
<nav></nav>
element is used to represent a section of a page whose purpose is to provide navigation links. - So this project doesn't exactly need a header and nav element since we have no links and so on. You could just wrap the entire code in
<main><main>
element.
I hope this was helpful
0 - The