Submitted 3 months ago
03.- Third Project - Social links profile solution
@JesusVeraPompa
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud to have mastered CSS very well.
What challenges did you encounter, and how did you overcome them?I didn't have any challenges in this project
What specific areas of your project would you like help with?I didn't have any challenges in this project
Community feedback
- @mkborisPosted 3 months ago
Nice work JesusVeraPompa, to improve the semantic meaning of these social media links, you should use the
a
(anchor) tag instead of thebutton
tag. Thea
tag is used for navigation to other pages, while thebutton
tag is designed for interactive actions like submitting forms or for events like toggling content. Also, using an unordered listul
to group the social media links is a better approach for both semantics and accessibility.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