
Design comparison
Community feedback
- @ManasiCoderPosted 4 months ago
Congratulations!!👏
I recommend you learn and use HTML semantic tags like
<main>
,<`header>
,<footer>
,<section>
, etc; instead of using the<div>
tag for all content. Semantic tags improve the position of your site in search fields.Another tip: you can create the style using a mobile-first approach, which consists of starting the style for your page on smaller screens, instead of starting with the desktop view. This help you create a more responsive page more easily.
And finally, always improve the line-height of text content. This improves readability, especially for people with visual impairments.
Marked as helpful0@dineshmoortyPosted 4 months ago@ManasiCoder thanks for support and i learn something new from you
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