Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Hello Frontend Mentor community! This is my first time creating a responsive website. I would appreciate any suggestions!
Thank you!
What challenges did you encounter, and how did you overcome them?I already did some of the mini-projects on frontend mentor
Community feedback
- @AdrianoEscarabotePosted 25 days ago
Hey Naveen B, how’s it going? I was really impressed with your project’s result, though I have some advice that could be helpful:
We have to make sure that all the content is contained in a reference region, designated with HTML5 reference elements.
native HTML5 reference elements:
<body> <header>This is the header</header> <nav>This is the nav</nav> <main>This is the main</main> <footer>This is the footer</footer> </body>
Everything else looks great.
Hope this helps! 👍
0
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