Welcome Guest. | Log In| Register | Membership Benefits
News

May 8, 2000

Printer ready
Printer ready

XHTML Document Type Definitions

XHTML 1.0 Strict
Use when you're doing all of your formatting in cascading style sheets and not using <font> and <table> tags to control how the browser displays your documents.

<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd">

XHTML 1.0 Transitional
Use when you need presentational markup in your document, so that you don't limit your audience to users with browsers that support cascading style sheets.

<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">

XHTML 1.0 Frameset
Use when your documents have frames.

<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"DTD/xhtml1-frameset.dtd">

DATA: WORLD WIDE WEB CONSORTIUM

Return to main story, "XHTML: A Bridge To The Future."

Back to This Week's Issue
Send Us Your Feedback
Top of the Page