Thomas Wallace

Lectures and Resources

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.

  1. Find the HTML Tag in your document. It should look like this:
<html>
  1. Replace the HTML line of code with the following:
<html lang="en">