Design comparison
SolutionDesign
Community feedback
- @rimsahiaPosted over 2 years ago
I didn't understand this accessibility warning and how to solve it?
Page should contain a level-one heading Context:
<html lang="en">0@User9511Posted over 2 years ago@rimsahia Hey Rim Sahia,
The accessibility issue is because you're missing a <h1> element on your page.
You can fix this issue by changing this code
<h2>Join our community</h2>
to this
<h1>Join our community</h1>
Marked as helpful1
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