DTD is a set of grammatical rules for tags. It is part of the XML1.0 version specification, is the verification mechanism of html files, and is part of the composition of html files.
DTD: Three document types: S (Strict), T (Transitional), F (Frameset). Strict: Use this type if you need clean markup without clutter in the presentation layer. Please use with Cascading Style Sheets (CSS) Transitional: DTD can contain rendering attributes and elements that the W3C expects to be moved into the style sheet. Use Frameset if your readers are using browsers that don't support Cascading Style Sheets (CSS) and you have to use HTML's rendering features: DTD should be used for documents with frames. Except that the frameset element replaces the body element, Frameset DTD is equivalent to Transitional DTD
html5 basically does not have the strict requirements of XHTML 1.0 Transitional, and simplifies many things and can be used directly
HTML5
?????????????????????????????? xhtml 1.1:
xhtml 1.1 plus mathml plus svg:
?????????????????????????????? html 4.01 strict:
html 4.01 transitional:
html 4.01 frameset:
?????? ???????????????????????? xhtml 1.0 strict:
xhtml 1.0 transitional:
xhtml 1.0 frameset:
??????????????? ?????????????????? html 3.2:
?? ?????????????????????????????? html 2 (the number 2 represents the version number):
Attached is an old version tag comparison DTD document:
标签
描述
DTD
定义文档类型。
STF
定义 HTML 文档。
STF
定义文档的主体。
STF
to
定义 HTML 标题。
STF
定义段落。
STF
定义简单的折行。
STF
定义水平线。
STF
定义注释。
STF
Tag
Description
DTD td>
Define the document type.
STF
Define HTML document.
STF
Define the body of the document.
STF
to
Define HTML title.
STF
Define paragraphs.
STF
Define simple line breaks.
STF
Define horizontal lines.
STF
Define comments.
STF
标签
描述
DTD
定义粗体文本。
STF
不赞成使用。定义文本的字体、尺寸和颜色
TF
定义斜体文本。
STF
定义强调文本。
STF
定义大号文本。
STF
定义语气更为强烈的强调文本。
STF
定义小号文本。
STF
定义上标文本。
STF
定义下标文本。
STF
定义文本的方向。
STF
不赞成使用。定义下划线文本。
TF
Tag
Description
标签
描述
DTD
定义预格式文本
STF
定义计算机代码文本。
STF
定义打字机文本。
STF
定义键盘文本。
STF
定义文本的变量部分。
STF
定义定义项目。
STF
定义计算机代码样本。
STF
不赞成使用。定义预格式文本。
DTD
标签
描述
DTD
定义只取首字母的缩写。
STF
定义缩写。
STF
定义文档作者或拥有者的联系信息。
STF
定义块引用。
STF
不赞成使用。定义居中文本。
TF
定义短的引用。
STF
定义引用(citation)。
STF
定义被插入文本。
STF
定义被删除文本。
STF
不赞成使用。定义加删除线的文本。
TF
不赞成使用。定义加删除线的文本。
TF
Define bold text.
STF
Deprecated. Define text font, size and color
TF
Define italic text.
STF
Define emphasis text.
STF
Define large text.
STF
Define a stronger tone of emphasis for the text.
STF
Define small text.
STF
Define superscript text.
STF
Define subscript text.
STF
Define the direction of the text.
STF
Deprecated. Defines underlined text.
TF
Tags
Description
DTD
Define preformatted text
STF
Define computer code text.
STF
Define typewriter text.
STF
Define keyboard text.
STF
Define the variable part of the text.
STF
Define definition items.
STF
Define computer code samples.
STF
Deprecated. Define preformatted text.
tag
Description
DTD
Define an abbreviation with only the first letter.
STF
Define abbreviations.
STF
Define contact information for the document author or owner.
STF
Define block references.
STF
Deprecated. Define centered text.
TF
Define short quotes.
STF
Define citation.
STF
The definition is inserted into the text.
STF
Define deleted text.
STF
Deprecated. Defines strikethrough text.
TF
Deprecated. Defines strikethrough text.
TF
标签
描述
DTD
定义锚。
STF
定义文档与外部资源的关系。
STF
Tag
Description
标签
描述
DTD
定义框架集的窗口或框架。
F
定义框架集。
F
定义针对不支持框架的用户的替代内容。
TF
定义内联框架。
TF
DTD
标签
描述
DTD
定义供用户输入的 HTML 表单。
STF
定义输入控件。
STF
定义多行的文本输入控件。
STF
定义按钮。
STF
定义选择列表(下拉列表)。
STF
定义选择列表中相关选项的组合。
STF
定义选择列表中的选项。
STF
定义 input 元素的标注。
STF
定义围绕表单中元素的边框。
STF
定义 fieldset 元素的标题。
STF
不赞成使用。定义与文档相关的可搜索索引。
TF
Define anchor.
标签
描述
DTD
定义无序列表。
STF
定义有序列表。
STF
定义列表的项目。
STF
不赞成使用。定义目录列表。
TF
定义定义列表。
STF
定义定义列表中的项目。
STF
定义定义列表中项目的描述。
STF
不赞成使用。定义菜单列表。
TF
STF
标签
描述
DTD
定义图像。
STF
定义图像映射。
STF
定义图像地图内部的区域。
STF
Define the document's relationship to external resources.
STF
Tags
Description
DTD
The window or frame that defines the frameset.
F
Define the frameset.
F
Define alternative content for users who don't support frames.
TF
Define inline frames.
TF
Tags
Description
DTD
Define an HTML form for user input.
STF
Define input controls.
STF
Define a multi-line text input control.
STF
Define button.
STF
Define a selection list (drop-down list).
STF
Define combinations of related options in a selection list.
STF
Define the options in the selection list.
STF
Define the annotation of the input element.
STF
Define the border around the elements in the form.
STF
Define the title of the fieldset element.
STF
Deprecated. Defines a searchable index associated with the document.
TF
Tags
Description
DTD
Define an unordered list.
STF
Define an ordered list.
STF
Define the items of the list.
STF
Deprecated. Define directory listing.
TF
Define definition list.
STF
Define the items in the definition list.
STF
Define the description of the item in the definition list.
STF
Deprecated. Define menu list.
TF
Tags
Description
DTD
Define the image.
STF
Define image map.
STF
Define the area inside the image map.
STF
标签
描述
DTD
定义表格
STF
定义表格标题。
STF
定义表格中的表头单元格。
STF
定义表格中的行。
STF
定义表格中的单元。
STF
定义表格中的表头内容。
STF
定义表格中的主体内容。
STF
定义表格中的表注内容(脚注)。
STF
定义表格中一个或多个列的属性值。
STF
定义表格中供格式化的列组。
STF
Tag
Description
标签
描述
DTD
定义文档的样式信息。
STF
定义文档中的节。
STF
定义文档中的节。
STF
DTD
标签
描述
DTD
定义关于文档的信息。
STF
定义文档的标题。
STF
定义关于 HTML 文档的元信息。
STF
定义页面中所有链接的默认地址或默认目标。
STF
不赞成使用。定义页面中文本的默认字体、颜色或尺寸。
TF
Definition table
标签
描述
DTD
定义客户端脚本。
STF
定义针对不支持客户端脚本的用户的替代内容。
STF
不赞成使用。定义嵌入的 applet。
TF
定义嵌入的对象。
STF
定义对象的参数。
STF
STF
td>
Define the table title.
STF
Define the header cell in the table.
STF
Define the rows in the table.
STF
Define the cells in the table.
STF
Define the header content in the table.
STF
Define the main content in the table.
STF
Define the content of table notes (footnotes) in the table.
STF
Define attribute values for one or more columns in the table.