How to declare language in HTML

The easiest way to set the language of a page is via the following lang attribute in the HTML element (HTML 5):

<html lang = "en">

Comments