Add the lang attribute
The lang
attribute is vital to include within an <html>
element. Its primary goal is to define the natural language of the content. Browsers and search engines use this information for a more accurate page ranking in search results. If there's a piece of text in a different language, you can specify the language with the lang
attribute for the element that surrounds the content.
From Lesson
HTML Dos and Don'ts