Design comparison
SolutionDesign
Community feedback
- @OluwalolopePosted over 1 year ago
Hello 👋. Really nice work you did there.
I found a little bug in your code. You didn't declare the DOCTYPE of your code. For example
<!DOCTYPE html>
- Then the qr image is not a decoration: The alt should inform the user of why it is there.
Try using something like this:
<img src="image/image-qr-code.png" alt="QR code to frontend mentor .io">
Once again Congratulations 🎊 on completing the challenge. I really hope you found this feedback helpful 😄
Happy Coding 👨💻
0 - Then the qr image is not a decoration: The alt should inform the user of why it is there.
Try using something like this:
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