Design comparison
SolutionDesign
Community feedback
- @MahmoodHashemPosted 4 months ago
Hey there!
Well done on completing the challenge! ✅
Your solution looks fantastic!
I have a suggestion for improvement:
- Consider using
<h1>
to<h6>
for headings - and Use
<p>
for paragraph instead of<div>
Think of <div> and <span> in HTML as basic containers. They're useful for holding content, but they don't provide much information about what's inside or its purpose on the webpage.
This adjustment might not visibly change how your page appears, but it will make your HTML code more understandable and contribute to better SEO and accessibility.
I hope that's useful to you!
Keep up the excellent work!
0 - Consider using
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