Design comparison
SolutionDesign
Community feedback
- @md-abid-hussainPosted 8 months ago
There are a few points I would like to point out to improve your solution:
- Try using semantic HTML: Instead of
div
you can usesection
ormain
as it makes HTML more comprehensible by better defining the different sections and layout of web pages. Also, your page should include oneh1
heading tag. - Separating CSS and HTML: It is always good to separate the styles in a CSS file.
0 - Try using semantic HTML: Instead of
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