Design comparison
SolutionDesign
Community feedback
- @devchsykasPosted 5 months ago
Hi, nice work your HTML structure is clean and follows a logical flow. My suggestions to improve semantics and accessibility.
-
Use of Semantic Tags: Replace the <div class="container"> with a <main> tag to indicate the main content of the page. Use an <article> tag for the blog post content to provide semantic meaning.
-
Image Elements: Ensure that the alt attributes for images provide descriptive text. This is essential for accessibility.
Marked as helpful1 -
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