With the Internet knowing no boundaries, it is important that we always declare the language of the HTML document we are authoring. To do this we have to add a language declaration to our document.
<html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">