Design comparison
SolutionDesign
Community feedback
- @mkborisPosted 3 months ago
Nice work Malek-Ayarii, 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 a 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