Design comparison
SolutionDesign
Community feedback
- @persanu13Posted 3 months ago
Strengths: If the solution uses elements like <header>, <nav>, <main>, <article>, <section>, <footer>, etc., it is likely semantically sound. These elements provide meaningful structure to the page, making it more understandable for browsers, screen readers, and other assistive technologies. Improvements: If non-semantic elements like <div> or <span> are used excessively, consider replacing them with more appropriate semantic elements. For example, instead of using <div> for a navigation bar, use <nav>.
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