Responsive Qr Code Scanner

Please log in to post a comment
Log in with GitHubCommunity feedback
- @iprinceroyy
that's excellent work @junioradeola. You need to focus on some key points here:-
- There should be one heading tag on a web page, if there is no heading element requirement, then set its font size to 0.
HTML- <h1></h1> CSS- h1{ font-size: 0; }
- The content should be wrapped inside the main landmark to avoid accessibility issues. Like this
<body><main>your content goes here......</main></body>
.
Hope it adds to your learning. Happy coding :)
Marked as helpful - There should be one heading tag on a web page, if there is no heading element requirement, then set its font size to 0.
Join 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