520 B
520 B
lang
The lang
prop on the <html>
element must have a valid value based on ISO country and language codes.
References
Rule details
This rule takes no arguments.
Succeed
<html lang="en">
<html lang="en-US">
Fail
<html>
<html lang="foo">