Lots of web sites uses following meta tag to specify the default language of the document:
<meta http-equiv="content-language" content="es-ES">
When I go to w3c site:
I get this:
Using the meta element to specify the document-wide default language is obsolete. Consider specifying the language on the root element instead.
What is the way of specifying document language now?