Design comparison
SolutionDesign
Solution retrospective
Any Feedback/correction will be appreciated
Community feedback
- @Sam-GulikerPosted almost 3 years ago
Hi,
A your spacing also looks like it needs a bit more love.
Happy coding.
0 - @anoshaahmedPosted almost 3 years ago
To get rid of the accessibility/HTML issues shown in your Report:
- wrap everything in your body in
<main>
OR giverole=""
to the direct children of your<body>
... Click here to read more - have at least one
<h1>
in your code <section>
and<article>
usually need a heading; so if you don't need a heading in it, use some other element such as<div>
Good job! :)
0 - wrap everything in your body in
- @skyv26Posted almost 3 years ago
Hi! Buddy,
To solve accessibility issues:
-
wrap everything in your body in <main> OR give role="" to the direct children of your <body> ... Click here to read more here
-
start your headings with <h1> and move up by one level each time.
-
Try to use aria-label attribute in all self closing elements.
Happy New Year ;)
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