Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
l'm proud cause l'm now able to code from start to finish without anyone helping me out.
What challenges did you encounter, and how did you overcome them?nothing at this point
What specific areas of your project would you like help with?uhm none l guess
Community feedback
- @IzykGitPosted 3 months ago
Good work!
In your code I noticed that you have wrapped everything in divs. Remember to use semantic html! So instead of using divs use elements such as <main>, <section>, and <ul>.
Your links for example could be wrapped in an unordered list tag (<ul>) with list tags inside that contain links.
<ul> <li><a>Your link here</a></li> <li><a></a></li> <li><a></a></li> </ul>
Utilizing semantic HTML in this way will greatly improve SEO and accessibility along with the quality and readability of your code!
Keep up the good work!
0
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