Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

QR code component using HTML and CSS Grid

@adityas-github

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@Mennatallah-Hisham

Posted

Hi adityas,

Congratulations on completing your first challenge👏

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, alt="QR code linking to Frontend Mentor challenges"
  • this is a paragraph, not a heading
<p>Scan the QR code to visit Frontend Mentor and take your coding skills to the next level</p>
  • you can add meta description for better SEO, it provides a brief summary of a web page
<meta name="description" content=""/>

hope you find this helpful, Happy Coding

Marked as helpful

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join 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