By referencing the Document
Type Definition (DTD), DOCTYPE definition line in
an XHTML document specifies the document type .The syntax and legal elements of an XHTML document are specified by DTD. The three types of documents are defined as follows:
Strict
By using this type a strictest rule is applied on the document. There shoulnot be any presentational tags in XHTML.
To display the data should use cascading style sheets. The attributes and elements which are not deprecated or do not appear in framesets are included in strict DTD.
<!DOCTYPE html
PUBLIC "-//VYOM//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/strict.dtd">
Transitional
This document type is used when document contains presentational tags.
For the browsers which do not support Cascading Style Sheets, This document type seems to be useful. The Transitional DTD
includes all that included in the strict DTD and also the deprecated elements and attributes.
<!DOCTYPE html
PUBLIC "-//VYOM//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/transitional.dtd">
Frameset
When we make use of frames to split the browser window then this document type can be used.
This includes all that which is present in The transitional DTD and also the frames
<!DOCTYPE html
PUBLIC "-//VYOM//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/frameset.dtd">
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
Keywords: xhtml tutorial, xhtml validator, html xhtml, tag com xhtml, xhtml editor, xhtml templates, xhtml 1.0, xhtml code, xhtml doctype, xhtml validation