Design comparison
Solution retrospective
Hi everyone !
This is my solution for this challange.
Let me know if you have some suggestions to improve my code and my skills.
Thank you ๐
Community feedback
- @MelvinAguilarPosted 12 months ago
Hello there ๐. Good job on completing the challenge !
Hello, my only recommendation is to avoid using div for text. The
<div>
tag is meant for grouping elements and applying styles, and it doesn't carry any semantic meaning. Text should have a meaningful tag, such as<p>
,<h2>
,<h3>
, etc. Also, in this challenge, I suggest using an unordered list to wrap the statistics.Other than that, your solution looks excellent! Congratulations!
Happy coding!
Marked as helpful1@MusreadPosted 12 months ago@MelvinAguilar
Hi ๐ Thank you for complimenting my work !
You're absolutely right about semantics ! I'm still struggling at choosing right semantic tags for my code. I need to work on it.
Thank you for your comment ๐ !
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