NOTE: Because your web browser does not support web standards, you will only be able to view the content in a linearized format. To use this site to it's fullest, you may wish to upgrade to a browser that supports web standards.

Additional Resources

HTML version information - The global structure of an HTML document.

DOCTYPE - Document Type Declaration.

Priority 2 Item 2
Create pages that use the transitional or the strict document type declaration and include the appropriate declaration as the first line of every HTML page.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">