We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
html-lang
Attribute lang of <html> recommended to be set. If found not set, it reports.
lang
<html>
<!-- Bad --> <html> ... </html> <!-- Good --> <html lang="zh-CN"> ... </html>
010
Attribute lang of <html> found not set.
true
Do check / format.
false
Do not check / format.
Yes.
Tips: lang="zh-CN" is used as default.
lang="zh-CN"