Design comparison
SolutionDesign
Solution retrospective
I think my index.html is wrote terrible, but for first time i think its not that bad
Community feedback
- @tunjayoffPosted almost 2 years ago
I'm not an expert on this subject, but it's very valuable that you do what most people can't do and try different things. the first thing I can suggest to you is that you can try to use semantic web tags (like main, article etc.) in your next codes. the second thing I suggest is that you don't have to create divs for everything. for example
<h2> Equilibrium #3429 </h2>
you can use this instead of
<div id="header"> Equilibrium #3429</div>
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