Design comparison
SolutionDesign
Community feedback
- @md-abid-hussainPosted over 1 year ago
Congratulations on completing this challenge
There are few improvement I would like to suggest:
- Using semantic HTML: Semantic HTML can make your site more accessible and help the search engines and other user devices such as screen reader to determine the importance and context of web pages. Elements like
div
,span
doesn't provide any meaning. Headings<h1>
to<h6>
has different meaning from paragraph elementp
. You can learn more about semantic HTML from Semantic HTML - Validating your HTML and CSS files : You can validate your HTML and CSS files from W3.org - HTML validator, W3.org - CSS validator. Validation can help to identify problems in your HTML and CSS file.
Overall everything is good. Using semantic HTML is good practice.
Best of luck for future challenges
Marked as helpful0 - Using semantic HTML: Semantic HTML can make your site more accessible and help the search engines and other user devices such as screen reader to determine the importance and context of web pages. Elements like
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