Submitted almost 3 years ago
Responsive Huddle landing page using Bootstrap
@JimCarey08
Design comparison
SolutionDesign
Community feedback
- @anoshaahmedPosted almost 3 years ago
To get rid of the accessibility issues shown in your Report:
- wrap everything in your body in
<main>
... OR use semantic tags! .... you can also giverole=""
to the direct children of your<body>
but that's a little frowned upon... Click here to read more - add
alt=""
to your<img>
tags <section>
and<article>
usually need a heading; so if you don't need a heading in it, use some other element such as<div>
<a>
should have anaria-label
... Click here to read more
Great job Jim Carey lol! :)
Marked as helpful0 - wrap everything in your body in
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