Design comparison
SolutionDesign
Community feedback
- @khanwelcomesPosted about 2 months ago
Semantic HTML: The use of <article>, <header>, and <ul> is great for structure and clarity. The div with class "card__bio" could be replaced with a <p> element, which is more semantically meaningful for a block of text like a bio.
Accessibility: The alt attribute for the profile image ("Jessica profile image") is present, which is essential for screen readers. Proper use of list structure (<ul> and <li>) for the social links is a good choice for 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