Submitted about 2 years ago
qr-code-component-main but the qr doesn't work
@Azazek6
Design comparison
SolutionDesign
Community feedback
- @AdarshRai0Posted about 2 years ago
Hi @Azazek6, I went through our code and I think there are some minor changes you should make Semantic tags
The direct children of the body must be wrapped in semantic tags to indicate users about the various purposes of different parts of a webpage.
For example,
<body> <header> ...header of the webpage... </header> <main> ...main content of the webpage... </main> <footer> ...footer of the webpage... </footer> </body>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