Design comparison
SolutionDesign
Community feedback
- @0xabdulPosted over 1 year ago
Hey there well congrats on completing the Results summary component ..👍
- A little suggestion for improve your code ..
- In Html 🏷️ :
- the html page should be contained one main landmark✅
- Semantic elements 💢
- <aside>
- <nav>
- <section>
- <main>
- <header>
- <footer>
- <article>
- ect...
- using semantic elements
- Ex :
<html lang="en"> <head> <title>my page</title> </head> <body> <header> //logo img or heading ect... //Using heading only❗ </header> <main> //Use only main of the contents </main> <footer> //use copy write discription or challenge d by front end mentor code by mark.. </footer> </body> </html>
- I hope it's useful for
- happy Codding
Marked as helpful0@NADS-PROGRAMMERPosted over 1 year ago@0xAbdul Thank you so much, Sir. Appreciated and will take note of your feedback!
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