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 Project Using HTML & CSS | FRONT END

@Ragu-The-Developer

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Hey i have done this project but it it is not 100% as it seems there is no background color for the QR and even i dont know how to add that by fixing elements inside that as it is my first time I have found that I had did something. THANK YOU FRONT END MENTOR.

Community feedback

@0xabdulkhaliq

Posted

Hello there 👋. Congratulations on successfully completing your first challenge! 🎉

  • I have other recommendations regarding your code that I believe will be of great interest to you.

HTML 🏷️:

  • This solution generates accessibility error reports, let's fix them
  • First, <html> element must have a lang attribute with valid value. so fix it by <html lang="en">
  • Second, This component involves scanning the QR code. here the image is not a decoration, so it must have values in alt attribute. The alt attribute should explain its purpose.
  • E.g. <img src="qr.png" alt="QR code to frontendmentor.io">

I hope you find it helpful ! 😄 Above all, the solution you submitted is great

Happy coding!

0

@Ragu-The-Developer

Posted

@0xAbdulKhalid Thank You So Much For Your Appreciation. I'll Fix This In Next Attempt.

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