Design comparison
Solution retrospective
I completed the project quickly and faced no difficulties throughout the entire process.
What specific areas of your project would you like help with?Am open to any feedback and suggestion ! Thanks Frontend Mentor
Community feedback
- @MahmoodHashemPosted 4 months ago
Hey there! šš½āāļø
Congrats on finishing the challenge! ā
Your project looks awesome!
š Using semantic HTML elements like
<ul>
and<li>
for lists is a great practice. It enhances the accessibility, maintainability, and meaningfulness of your code.Consider refactoring your code as shown below:
After Refactoring
<ul class="list-container"> <li><a href="#">Github</a></li> <li><a href="#">Frontend Mentor</a></li> <li><a href="#">LinkedIn</a></li> ... </ul>
Incorporating <ul> and <li> improves the clarity of your content structure, benefiting screen readers and search engines. Additionally, it aligns with HTML best practices.
Hope this information is useful to you!
Keep up the fantastic work!!
Marked as helpful2@Jorge-234Posted 4 months ago@MahmoodHashem Thanks for the feedback. I'll utilize it if necessary for the upcoming solution.
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