Design comparison
SolutionDesign
Community feedback
- @faha1999Posted about 2 years ago
Hello Mohan, Congratulations on finishing this project. It's lovely and great on the whole! Just a little tip:
- You might want to use semantic tags like the
<main>
to wrap your code, instead ofsection
. like
<main class="container"> <div class="card"></div> </main>
- add
alt="QR code"
attribute in img.
This would help improve accessibility.
I hope this helps you. Happy Coding!
0 - You might want to use semantic tags like the
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