<html lang="">
Browser |
|
---|
The lang attribute of the HTML element defines the language of a document.
<html lang="en"></html>
Attribute | Value | Explanation |
---|---|---|
lang=" " | language code | sets the language code |
Example
<html lang="en">
<head>
<title>TAG index</title>
</head>
<body>
</body>
</html>