Declaring a Language Type
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.
- Find the HTML Tag in your document. It should look like this:
<html>
- Replace the HTML line of code with the following:
<html lang="en">