Design comparison
Community feedback
- @Vat123Posted over 1 year ago
Hi, my congratulations you did a great job š
ššØš¦š šš¢š©š¬
You need to put a landmark in your code simply wrap your code with <main class='container'> landmark instead of <div class="container" The <main> HTML element is intended for the main content (content) of the <body> of the document (page). I hope it was helpful, you are great, keep up the good work
and about the img tag most of the time it should have alt attribute so you can describe what the image is all about if it did not show on the screen like this <img class="img-imagen" src="image-qr-code.png" alt="QR-Code image">
and you have to put the class name after the tag directly not after all the attributes
hope it is helpful for you keep coding , good work
Marked as helpful1
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