Design comparison
Solution retrospective
I created QR-Code Component using my own knowledge some how I managed to center the parent div using "margin:Auto" . I love if you tell me as a feedback that how much my project is matching to the challenge.
Community feedback
- @oficial51Posted about 1 year ago
Well Done. Keep it up
Marked as helpful0 - @Mennatallah-HishamPosted about 1 year ago
Hi SahityaGupta,
Congratulations on completing your first challenge
you did great 👍
here are some suggestions to improve your code:
-
you can improve your HTML markup by using semantic HTML, they are meaningful tags that convey meaning (semantics) of the content within them.
-
images should have descriptive alt text, which is important for SEO and screen reader users, ex: ** alt="frontend mentor QR code"**
-
each page should have one (only one) h1 tag ,h1 helps the web understand the content. just replace <h3> with <h1>
-
you can add meta description for better SEO, it provides a brief summary of a web page
here are some helpful articles:
- headings best practices
- alt text
- meta description
- semantic html you can check my solution link
Hope you find this helpful, Happy Coding
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