Design comparison
SolutionDesign
Solution retrospective
All feedback is welcome thank you in advance ))
Community feedback
- @0xabdulkhaliqPosted over 1 year ago
Hello there π. Good job on completing the challenge !
- I have some suggestions about your code that might interest you.
HTML π·οΈ:
- The div with class
container
want to be a main element - Use semantic elements such as <main> and <footer> to improve accessibility and organization of your page, to further know about
<main>
read this article - Always avoid skipping heading levels; Starting with <h1> and working your way down the heading levels (<h2>, <h3>, etc.) helps ensure that your document has a clear and consistent hierarchy. Source π
- And don't forget to add
<title>
tag to your solution
I hope you find it useful! π Above all, the solution you submitted is great!
Happy coding!
1
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