Design comparison
SolutionDesign
Community feedback
- @jrleijnsePosted almost 2 years ago
Hey there! Great job completing your first challenge! 🎊
I have a suggestion for your code that might interest you.
HTML 📄:
- Instead of using the
<div>
tag for your containers, try using some semantic HTML to provide more meaning to it, for better SEO. For example, instead of using<div>
you could use the<main>
or<section>
tag. For the element with the classname attribution you could use the<footer>
tag.
I hope you find my suggestions useful, and above all: the solution you provided is very good!
Keep it up and happy coding! 😃
0 - Instead of using 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