Design comparison
Solution retrospective
So, I am here with another project after 6 months or less.I hope you like it, and any suggestions you have are greatly appreciated.
Community feedback
- @danielmrz-devPosted 11 months ago
Hello @Shanvie!
Your project looks great!
I have just one suggestion for you:
- Try using more the semantic tags on your projects. I noticed that you used
div
for many of the elements. It's not wrong using them, but since this tag does not have relevant semantic value, it's not good for SEO optimization as well as the accessibility of your project.
For example, you can wrap the main content with
main
and use headings likeh1
toh6
for titles as well asp
for texts.This won't change many things visually, but it makes your HTML code more semantic.
I hope it helps!
Other than that, you did an excelent job!
Marked as helpful0@ShanviePosted 9 months ago@danielmrz-dev, I am grateful. I appreciated how you recommended and identified my error as well as how to fix it. I will undoubtedly begin concentrating on your advice and work to simplify and improve the semantics of my code.
1 - Try using more the semantic tags on your projects. I noticed that you used
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