language attribute in html code example
Example 1: html language tags and attributes
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
Example 2: html with lang
<html lang="en">
<body>
<h1>Detects you are using english</h1>
</body>
</html>