Submitted over 1 year ago
QR Project Using HTML & CSS | FRONT END
@Ragu-The-Developer
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
- @0xabdulkhaliqPosted over 1 year ago
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. Thealt
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-DeveloperPosted over 1 year ago@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 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