I am getting this error message:
This document appears to be Lorem ipsum text but the html start tag has lang="en". Consider using lang="zxx" (or variant) instead.
From line 5, column 32; to line 5, column 47
html lang="en"
For further guidance, consult Tagging text with no language, Declaring the overall language of a page and Choosing language tags.
If the HTML checker has misidentified the language of this document, please file an issue report or send e-mail to report the problem.
for html lang = "en" attribute
What should I do right now ?
You're using lorem ipsum, which isn't English. Changing the language attribute to zxx
should fix the validation warning. zxx
is used when the language is unknown.
Your options:
en
to zxx
--- html lang="zxx"
en