Design comparison
SolutionDesign
Community feedback
- @Harsh-Kumar-DwivediPosted 7 months ago
Hi @ahemimed1 ,
Nice Solution !
I would suggest following:-
1.Prefer replacing
<div class="countainer">
with<main>
element.2.Consider replacing
<h2>
with<h1>
.3.Replace
<h4>
with<div>
.4.Prefer using heading tags in hierarchical order.
These will improve accessibility and make your markup more semantic.
Hope these suggestions are helpful !
Happy Coding !
0@ahemimed1Posted 7 months ago@Harsh-Kumar-Dwivedi Thank you for your interest and wonderful opinions💜
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