Design comparison
Community feedback
- @SYadanarPosted about 2 years ago
Hello!
Please suggest me how I can do to clear out this 1 Accessibility Issue
Page should contain a level-one heading Context: <html lang="en">
I already have
<html lang="en">
in my HTML file.0@jonathon-engPosted about 2 years ago@SYadanar Sorry, I can't see your code, but try putting <html lang="en"> just below the <!DOCTYPE html> in your HTML file. That way it looks like:
<!DOCTYPE html> <html lang="en"> <head> ...0@SYadanarPosted about 2 years ago@jonathon-eng Here is my code. I already have that tag. But still couldn't fix that.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png"> <title>Frontend Mentor | Interactive card details form</title> </head> <body> </body> </html>
0@jonathon-engPosted about 2 years ago@SYadanar Hmm. I would like to look further, would it be possible for you to link to your GitHub so I can see your HTML in full?
Just in case, I'm sure you have already tried, but have also created a new report by clicking on "Generate new report"? The report won't change automatically.
0@SYadanarPosted about 2 years ago@jonathon-eng
Yeah, I've already clicked "Generate new report" for several times. But the results is still same.
0@jonathon-engPosted about 2 years ago@SYadanar I’m not sure what to tell you. In terms of code, your code is very nice and neat, so I don’t see any noticeable issues. There is a chance that it’s a glitch on FrontEndMentor’s end as I’m getting strange errors too.
0@SYadanarPosted about 2 years ago@jonathon-eng It's okay. Thank you for your consideration.
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