The lang and xml:lang attributes are used to convey the natural language of the presentation.
If the whole document uses the same language the language attribute can be put on the root element:
<html lang="en" xml:lang="en" >
<head>...</head>
<body>...</body>
</html>