May 8, 2000
|
|
XHTML Document Type Definitions
XHTML 1.0 Strict
<!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