
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Islandstone89
HTML:
-
Every webpage needs a
<main>
that wraps all of the content, except for<header>
andfooter>
. This is vital for accessibility, as it helps screen readers identify the "main" section of a page. Change.qr
into a<main>
. -
Use classes instead of IDs.
-
.attribution
should be a<footer>
, and its text must be wrapped in a<p>
.
CSS:
- All styling belongs in the CSS, so move over the styles for
.attribution
, and remove the ``
Marked as helpful -
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