Design comparison
SolutionDesign
Community feedback
- @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@SchismondPosted over 1 year ago@pauldevcodes thanks for your comment I really appreciate it the header and nav elements were created by chatgpt to make my html follow semantic rules , next time I will be checking what aI gives me before implementing it inside my code , again thank you very much for your comment this was helpful
0 - The
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord