You should identify the default natural language in the head of the document using the lang attribute, which lets you specify the language you've used within the document. For example:
<html lang="en">
The value of this attribute can be any of the ISO standard two-character language abbreviations. For example, lang="en" tells the browser that the document is written in English.