I’m checking my (HTML5) site using W3C’s validator and getting the following error:
Stray end tag html.
<html lang="en-US">
And the error sign is on the closing “>” there.
What is wrong with that line? It seems to be exactly right.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
this is the minimum html that validates as html5 (except for the
lang="en-US")You should have at least this structure