Thomas Wallace: Lectures and Resources - A collection of website design 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. Relplace the HTML line of code with the following:

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

What I'm Reading

RSS Feed IconView More

Announcements

  • 1.24.2012
    Structure, Content, Design, Behavior
My Calendar