Design comparison
SolutionDesign
Community feedback
- @IryDevPosted about 1 year ago
Hey @ahmedyasserdev, well done for completing this challenge
I have some advice in order to improve your solution :
- You didn't use semantic HTML that can improve accessibility on your website
- wrap the whole main content of your page in the main tag
- Your page should have at least one h1 tag
- I suggest replacing the h4 tag with the h1
HTML :
<body> <main> <div class="content"> <h1 class="title">Equilibrium #3429</h1> </div> </main> </body>
I hope you'll find this helpful😄
0@ahmedyasserdevPosted about 1 year agohey @IryDev this is awesome thank you , your comments are very helpful
0@IryDevPosted about 1 year ago@ahmedyasserdev It's a pleasure I'm glad you found this helpful
Marked as helpful0
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