Add the lang attribute

Add the lang attribute Bad Practice
Add the lang attribute Best Practice

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.

<?xml version="1.0" encoding="utf-8"?>