Home Web Front-end HTML Tutorial Summary of DTD usage in html_HTML/Xhtml_Web page production

Summary of DTD usage in html_HTML/Xhtml_Web page production

May 16, 2016 pm 04:41 PM
dtd html

DTD is a set of syntax 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: The 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 a comparison of the old version tags with the DTD document:

Tags

Description

DTD

Define the document type.

STF

Define HTML document.

STF

Define the body of the document.

STF

to

Define HTML title.

STF

Define paragraph.

STF


Define simple line breaks.

STF


Define the horizontal line.

STF

Define annotation.

STF

Tags

Description

DTD

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 emphasis text with a stronger tone.

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

标签

描述

DTD

定义预格式文本

STF

定义计算机代码文本。

STF

定义打字机文本。

STF

定义键盘文本。

STF

定义文本的变量部分。

STF

定义定义项目。

STF

定义计算机代码样本。

STF

</span></p> </td> <td width="302"> <p align="left"><span style="FONT-SIZE: 12px">不赞成使用。定义预格式文本。</span></p> </td> <td width="260"></td> </tr> </tbody> </table> <strong>tag</strong> </td> <td width="302"> <p align="center"><strong>Description</strong> </p> </td> <td width="260"> <p align="center"><strong>DTD</strong> </p> </td> </tr> <tr> <td width="137"> <pre class="brush:php;toolbar:false"> </td> <td width="302"> Define preformatted text </td> <td width="260"> STF </td> </tr> <tr> <td width="137"> <code> </td> <td width="302"> Define computer code text. </td> <td width="260"> STF </td> </tr> <tr> <td width="137"> <tt> </td> <td width="302"> Define typewriter text. </td> <td width="260"> STF </td> </tr> <tr> <td width="137"> <kbd> </td> <td width="302"> Define keyboard text. </td> <td width="260"> STF </td> </tr> <tr> <td width="137"> <var> </td> <td width="302"> Define the variable part of the text. </td> <td width="260"> STF </td> </tr> <tr> <td width="137"> <dfn> </td> <td width="302"> Define definition items. </td> <td width="260"> STF </td> </tr> <tr> <td width="137"> <samp> </td> <td width="302"> Define computer code samples. </td> <td width="260"> STF </td> </tr> <tr> <td width="137"> <xmp> </td> <td width="302"> Deprecated. Define preformatted text. </td> <td width="260"> <p align="left"> </p> <table cellpadding="0" border="1"> <tbody> <tr> <td width="137"> <p align="center"><span style="FONT-SIZE: 12px"><strong> Tags</strong></span></p> </td> <td width="303"> <p align="center"><span style="FONT-SIZE: 12px"><strong>Description</strong></span></p> </td> <td width="261"> <p align="center"><span style="FONT-SIZE: 12px"><strong>DTD</strong></span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><acronym></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">Define an abbreviation with only the first letter. </span></p> </td> <td width="261"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><abbr></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">Define abbreviation. </span></p> </td> <td width="261"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><address></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">Define contact information for the author or owner of the document. </span></p> </td> <td width="261"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><blockquote></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">Define a block quote. </span></p> </td> <td width="261"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><center></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">Deprecated. Define centered text. </span></p> </td> <td width="261"> <p align="left"><span style="FONT-SIZE: 12px">TF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><q></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">Define short quotes. </span></p> </td> <td width="261"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><cite></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">Define citation. </span></p> </td> <td width="261"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><ins></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px"> definition is inserted into the text. </span></p> </td> <td width="261"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><del></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">Define deleted text. </span></p> </td> <td width="261"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><s></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">Deprecated. Defines strikethrough text. </span></p> </td> <td width="261"> <p align="left"><span style="FONT-SIZE: 12px">TF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><strike></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">Deprecated. Defines strikethrough text. </span></p> </td> <td width="261"> <p align="left"><span style="FONT-SIZE: 12px">TF</span></p> </td> </tr> </tbody> </table> <p align="left"> </p> <table cellpadding="0" border="1"> <tbody> <tr> <td width="138"> <p align="center"></p> <table cellpadding="0" border="1"> <tbody> <tr> <td width="138"> <p align="center"><span style="FONT-SIZE: 12px"><strong>标签</strong></span></p> </td> <td width="303"> <p align="center"><span style="FONT-SIZE: 12px"><strong>描述</strong></span></p> </td> <td width="262"> <p align="center"><span style="FONT-SIZE: 12px"><strong>DTD</strong></span></p> </td> </tr> <tr> <td width="138"> <p align="left"><span style="FONT-SIZE: 12px"><a></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">定义锚。</span></p> </td> <td width="262"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="138"> <p align="left"><span style="FONT-SIZE: 12px"><link></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">定义文档与外部资源的关系。</span></p> </td> <td width="262"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> </tbody> </table> <strong>tag</strong><p align="left"></p> <table cellpadding="0" border="1"> <tbody> <tr> <td width="137"> <p align="center"><span style="FONT-SIZE: 12px"><strong>标签</strong></span></p> </td> <td width="307"> <p align="center"><span style="FONT-SIZE: 12px"><strong>描述</strong></span></p> </td> <td width="258"> <p align="center"><span style="FONT-SIZE: 12px"><strong>DTD</strong></span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><frame></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义框架集的窗口或框架。</span></p> </td> <td width="258"> <p align="left"><span style="FONT-SIZE: 12px">F</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><frameset></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义框架集。</span></p> </td> <td width="258"> <p align="left"><span style="FONT-SIZE: 12px">F</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><noframes></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义针对不支持框架的用户的替代内容。</span></p> </td> <td width="258"> <p align="left"><span style="FONT-SIZE: 12px">TF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><iframe></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义内联框架。</span></p> </td> <td width="258"> <p align="left"><span style="FONT-SIZE: 12px">TF</span></p> </td> </tr> </tbody> </table> <p align="center"><strong>Description</strong> </p> </td> <td width="262"> <p align="center"><strong>DTD</strong> </p> </td> </tr> <tr> <td width="138"> <a> Define anchor. </td> <td width="262"> STF </td> </tr> <tr> <td width="138"> <link> Define the relationship between the document and external resources. </td> <td width="262"> STF <table cellpadding="0" border="1"> <tbody> <tr> <td width="137"> <p align="center"><strong>tag</strong> </p> </td> <td width="307"> <p align="center"><strong>Description</strong> </p> </td> <td width="258"> <p align="center"><strong>DTD</strong> </p> </td> </tr> <tr> <td width="137"> <frame> </td> <td width="307"> The window or frame that defines the frameset. </td> <td width="258"> F </td> </tr> <tr> <td width="137"> <frameset> </td> <td width="307"> Define the frameset. </td> <td width="258"> F </td> </tr> <tr> <td width="137"> <noframes> </td> <td width="307"> Define alternative content for users who do not support frames. </td> <td width="258"> TF </td> </tr> <tr> <td width="137"> <iframe> </td> <td width="307"> Define an inline frame. </td> <td width="258"> TF <p align="left"> </p> <table cellpadding="0" border="1"> <tbody> <tr> <td width="137"> <p align="center"><span style="FONT-SIZE: 12px"><strong> Tags</strong></span></p> </td> <td width="307"> <p align="center"><span style="FONT-SIZE: 12px"><strong>Description</strong></span></p> </td> <td width="260"> <p align="center"><span style="FONT-SIZE: 12px"><strong>DTD</strong></span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><form></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">Define an HTML form for user input. </span></p> </td> <td width="260"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><input></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">Define input controls. </span></p> </td> <td width="260"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><textarea></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">Define a multi-line text input control. </span></p> </td> <td width="260"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><button></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">Define button. </span></p> </td> <td width="260"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><select></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">Define a selection list (drop-down list). </span></p> </td> <td width="260"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><optgroup></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">Define combinations of related options in a select list. </span></p> </td> <td width="260"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><option></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">Define the options in the select list. </span></p> </td> <td width="260"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><label></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">Define the annotation of the input element. </span></p> </td> <td width="260"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><fieldset></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">Define the border around elements in the form. </span></p> </td> <td width="260"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><legend></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">Define the title of the fieldset element. </span></p> </td> <td width="260"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><isindex></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">Deprecated. Defines a searchable index associated with the document. </span></p> </td> <td width="260"> <p align="left"><span style="FONT-SIZE: 12px">TF</span></p> </td> </tr> </tbody> </table> <p align="left"> </p> <table cellpadding="0" border="1"> <tbody> <table cellpadding="0" border="1"> <tbody> <tr> <td width="135"> <p align="center"><span style="FONT-SIZE: 12px"><strong>标签</strong></span></p> </td> <td width="307"> <p align="center"><span style="FONT-SIZE: 12px"><strong>描述</strong></span></p> </td> <td width="263"> <p align="center"><span style="FONT-SIZE: 12px"><strong>DTD</strong></span></p> </td> </tr> <tr> <td width="135"> <p align="left"><span style="FONT-SIZE: 12px"><ul></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义无序列表。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="135"> <p align="left"><span style="FONT-SIZE: 12px"><ol></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义有序列表。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="135"> <p align="left"><span style="FONT-SIZE: 12px"><li></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义列表的项目。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="135"> <p align="left"><span style="FONT-SIZE: 12px"><dir></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">不赞成使用。定义目录列表。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">TF</span></p> </td> </tr> <tr> <td width="135"> <p align="left"><span style="FONT-SIZE: 12px"><dl></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义定义列表。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="135"> <p align="left"><span style="FONT-SIZE: 12px"><dt></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义定义列表中的项目。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="135"> <p align="left"><span style="FONT-SIZE: 12px"><dd></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义定义列表中项目的描述。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="135"> <p align="left"><span style="FONT-SIZE: 12px"><menu></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">不赞成使用。定义菜单列表。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">TF</span></p> </td> </tr> </tbody> </table> <td width="135"> <p align="center"><strong>tag</strong> </p> <p align="center"><strong>Description</strong> </p> </td> <td width="263"> <p align="center"><strong>DTD</strong> </p> </td> <td width="135"> <ul> Define an unordered list. </td> <td width="263"> STF </td> <td width="135"> <ol> Define an ordered list. </td> <td width="263"> STF </td> <td width="135"> <li> Define the items of the list. </td> <td width="263"> STF </td> <td width="135"> <dir> Deprecated. Define directory listing. </td> <td width="263"> TF </td> <td width="135"> <dl> Define definition list. </td> <td width="263"> STF </td> <td width="135"> <dt> Define the items in the definition list. </td> <td width="263"> STF </td> <td width="135"> <dd> Define the description of the item in the definition list. </td> <td width="263"> STF </td> <td width="135"> <menu> Deprecated. Define menu list. </td> <td width="263"> TF <p align="left"> </p> <table cellpadding="0" border="1"> <tbody> <tr> <td width="135"> <p align="center"><span style="FONT-SIZE: 12px"><strong>标签</strong></span></p> <table cellpadding="0" border="1"> <tbody> <tr> <td width="135"> <p align="center"><span style="FONT-SIZE: 12px"><strong>标签</strong></span></p> </td> <td width="307"> <p align="center"><span style="FONT-SIZE: 12px"><strong>描述</strong></span></p> </td> <td width="265"> <p align="center"><span style="FONT-SIZE: 12px"><strong>DTD</strong></span></p> </td> </tr> <tr> <td width="135"> <p align="left"><span style="FONT-SIZE: 12px"><img></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义图像。</span></p> </td> <td width="265"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="135"> <p align="left"><span style="FONT-SIZE: 12px"><map></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义图像映射。</span></p> </td> <td width="265"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="135"> <p align="left"><span style="FONT-SIZE: 12px"><area></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义图像地图内部的区域。</span></p> </td> <td width="265"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> </tbody> </table> </td> <td width="307"> <p align="center"><span style="FONT-SIZE: 12px"><strong>描述</strong></span> </p> </td> <td width="265"> <p align="center"><span style="FONT-SIZE: 12px"><strong>DTD</strong></span> </p> </td> </tr> <tr> <td width="135"> <span style="FONT-SIZE: 12px"><img></span> </td> <td width="307"> <span style="FONT-SIZE: 12px">定义图像。</span> </td> <td width="265"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="135"> <span style="FONT-SIZE: 12px"><map></span> </td> <td width="307"> <span style="FONT-SIZE: 12px">定义图像映射。</span> </td> <td width="265"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="135"> <span style="FONT-SIZE: 12px"><area></span> </td> <td width="307"> <span style="FONT-SIZE: 12px">定义图像地图内部的区域。</span> </td> <td width="265"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> </tbody> </table> <p align="left"> </p> <table cellpadding="0" border="1"> <tbody> <tr> <td width="134"> <p align="center"><span style="FONT-SIZE: 12px"><strong>标签</strong></span></p> <table cellpadding="0" border="1"> <tbody> <tr> <td width="134"> <p align="center"><span style="FONT-SIZE: 12px"><strong>标签</strong></span></p> </td> <td width="307"> <p align="center"><span style="FONT-SIZE: 12px"><strong>描述</strong></span></p> </td> <td width="263"> <p align="center"><span style="FONT-SIZE: 12px"><strong>DTD</strong></span></p> </td> </tr> <tr> <td width="134"> <p align="left"><span style="FONT-SIZE: 12px"><table></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义表格</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="134"> <p align="left"><span style="FONT-SIZE: 12px"><caption></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义表格标题。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="134"> <p align="left"><span style="FONT-SIZE: 12px"><th></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义表格中的表头单元格。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="134"> <p align="left"><span style="FONT-SIZE: 12px"><tr></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义表格中的行。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="134"> <p align="left"><span style="FONT-SIZE: 12px"><td></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义表格中的单元。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="134"> <p align="left"><span style="FONT-SIZE: 12px"><thead></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义表格中的表头内容。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="134"> <p align="left"><span style="FONT-SIZE: 12px"><tbody></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义表格中的主体内容。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="134"> <p align="left"><span style="FONT-SIZE: 12px"><tfoot></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义表格中的表注内容(脚注)。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="134"> <p align="left"><span style="FONT-SIZE: 12px"><col></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义表格中一个或多个列的属性值。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="134"> <p align="left"><span style="FONT-SIZE: 12px"><colgroup></span></p> </td> <td width="307"> <p align="left"><span style="FONT-SIZE: 12px">定义表格中供格式化的列组。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> </tbody> </table> </td> <td width="307"> <p align="center"><span style="FONT-SIZE: 12px"><strong>描述</strong></span> </p> </td> <td width="263"> <p align="center"><span style="FONT-SIZE: 12px"><strong>DTD</strong></span> </p> </td> </tr> <tr> <td width="134"> <span style="FONT-SIZE: 12px"><table></span> </td> <td width="307"> <span style="FONT-SIZE: 12px">定义表格</span> </td> <td width="263"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="134"> <span style="FONT-SIZE: 12px"><caption></span> </td> <td width="307"> <span style="FONT-SIZE: 12px">定义表格标题。</span> </td> <td width="263"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="134"> <span style="FONT-SIZE: 12px"><th></span> </td> <td width="307"> <span style="FONT-SIZE: 12px">定义表格中的表头单元格。</span> </td> <td width="263"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="134"> <span style="FONT-SIZE: 12px"><tr></span> </td> <td width="307"> <span style="FONT-SIZE: 12px">定义表格中的行。</span> </td> <td width="263"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="134"> <span style="FONT-SIZE: 12px"><td></span> </td> <td width="307"> <span style="FONT-SIZE: 12px">定义表格中的单元。</span> </td> <td width="263"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="134"> <span style="FONT-SIZE: 12px"><thead></span> </td> <td width="307"> <span style="FONT-SIZE: 12px">定义表格中的表头内容。</span> </td> <td width="263"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="134"> <span style="FONT-SIZE: 12px"><tbody></span> </td> <td width="307"> <span style="FONT-SIZE: 12px">定义表格中的主体内容。</span> </td> <td width="263"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="134"> <span style="FONT-SIZE: 12px"><tfoot></span> </td> <td width="307"> <span style="FONT-SIZE: 12px">定义表格中的表注内容(脚注)。</span> </td> <td width="263"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="134"> <span style="FONT-SIZE: 12px"><col></span> </td> <td width="307"> <span style="FONT-SIZE: 12px">定义表格中一个或多个列的属性值。</span> </td> <td width="263"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="134"> <span style="FONT-SIZE: 12px"><colgroup></span> </td> <td width="307"> <span style="FONT-SIZE: 12px">定义表格中供格式化的列组。</span> </td> <td width="263"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> </tbody> </table> <p align="left"> </p> <table cellpadding="0" border="1"> <tbody> <tr> <td width="137"> <p align="center"><span style="FONT-SIZE: 12px"><strong>标签</strong></span></p> <table cellpadding="0" border="1"> <tbody> <tr> <td width="137"> <p align="center"><span style="FONT-SIZE: 12px"><strong>标签</strong></span></p> </td> <td width="304"> <p align="center"><span style="FONT-SIZE: 12px"><strong>描述</strong></span></p> </td> <td width="262"> <p align="center"><span style="FONT-SIZE: 12px"><strong>DTD</strong></span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><style></span></p> </td> <td width="304"> <p align="left"><span style="FONT-SIZE: 12px">定义文档的样式信息。</span></p> </td> <td width="262"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><div></span></p> </td> <td width="304"> <p align="left"><span style="FONT-SIZE: 12px">定义文档中的节。</span></p> </td> <td width="262"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><span></span></p> </td> <td width="304"> <p align="left"><span style="FONT-SIZE: 12px">定义文档中的节。</span></p> </td> <td width="262"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> </tbody> </table> </td> <td width="304"> <p align="center"><span style="FONT-SIZE: 12px"><strong>描述</strong></span></p> <p align="left"> </p> </td> <td width="262"> <p align="center"><span style="FONT-SIZE: 12px"><strong>DTD</strong></span></p> </td> </tr> <tr> <td width="137"> <table cellpadding="0" border="1"> <tbody> <tr> <td width="138"> <p align="center"><span style="FONT-SIZE: 12px"><strong>标签</strong></span></p> </td> <td width="303"> <p align="center"><span style="FONT-SIZE: 12px"><strong>描述</strong></span></p> </td> <td width="263"> <p align="center"><span style="FONT-SIZE: 12px"><strong>DTD</strong></span></p> </td> </tr> <tr> <td width="138"> <p align="left"><span style="FONT-SIZE: 12px"><head></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">定义关于文档的信息。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="138"> <p align="left"><span style="FONT-SIZE: 12px"><title></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">定义文档的标题。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="138"> <p align="left"><span style="FONT-SIZE: 12px"><meta></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">定义关于 HTML 文档的元信息。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="138"> <p align="left"><span style="FONT-SIZE: 12px"><base></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">定义页面中所有链接的默认地址或默认目标。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="138"> <p align="left"><span style="FONT-SIZE: 12px"><basefont></span></p> </td> <td width="303"> <p align="left"><span style="FONT-SIZE: 12px">不赞成使用。定义页面中文本的默认字体、颜色或尺寸。</span></p> </td> <td width="263"> <p align="left"><span style="FONT-SIZE: 12px">TF</span></p> </td> </tr> </tbody> </table> <span style="FONT-SIZE: 12px"><style></span> </td> <td width="304"> <span style="FONT-SIZE: 12px">定义文档的样式信息。</span> </td> <td width="262"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="137"> <span style="FONT-SIZE: 12px"><div></span> </td> <td width="304"> <span style="FONT-SIZE: 12px">定义文档中的节。</span> </td> <td width="262"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="137"> <span style="FONT-SIZE: 12px"><span></span> </td> <td width="304"> <span style="FONT-SIZE: 12px">定义文档中的节。</span> </td> <td width="262"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> </tbody> </table>   <table cellpadding="0" border="1"> <tbody> <tr> <td width="138"> <p align="center"><span style="FONT-SIZE: 12px"><strong>标签</strong></span> </p> </td> <td width="303"> <p align="center"><span style="FONT-SIZE: 12px"><strong>描述</strong></span> </p> </td> <td width="263"> <p align="center"><span style="FONT-SIZE: 12px"><strong>DTD</strong></span> </p> </td> </tr> <tr> <td width="138"> <span style="FONT-SIZE: 12px"><head></span> </td> <td width="303"> <span style="FONT-SIZE: 12px">定义关于文档的信息。</span> </td> <td width="263"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="138"> <span style="FONT-SIZE: 12px"><title></span> </td> <td width="303"> <span style="FONT-SIZE: 12px">定义文档的标题。</span> </td> <td width="263"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="138"> <span style="FONT-SIZE: 12px"><meta></span> </td> <td width="303"> <span style="FONT-SIZE: 12px">定义关于 HTML 文档的元信息。</span> </td> <td width="263"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="138"> <span style="FONT-SIZE: 12px"><base></span> </td> <td width="303"> <span style="FONT-SIZE: 12px">定义页面中所有链接的默认地址或默认目标。</span> </td> <td width="263"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="138"> <span style="FONT-SIZE: 12px"><basefont></span> </td> <td width="303"> <span style="FONT-SIZE: 12px">不赞成使用。定义页面中文本的默认字体、颜色或尺寸。</span> </td> <td width="263"> <span style="FONT-SIZE: 12px">TF</span> </td> </tr> </tbody> </table> <p align="left"> </p> <table cellpadding="0" border="1"> <tbody> <tr> <td width="137"> <p align="center"><span style="FONT-SIZE: 12px"><strong>标签</strong></span></p> <table cellpadding="0" border="1"> <tbody> <tr> <td width="137"> <p align="center"><span style="FONT-SIZE: 12px"><strong>标签</strong></span></p> </td> <td width="306"> <p align="center"><span style="FONT-SIZE: 12px"><strong>描述</strong></span></p> </td> <td width="262"> <p align="center"><span style="FONT-SIZE: 12px"><strong>DTD</strong></span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><script></span></p> </td> <td width="306"> <p align="left"><span style="FONT-SIZE: 12px">定义客户端脚本。</span></p> </td> <td width="262"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><noscript></span></p> </td> <td width="306"> <p align="left"><span style="FONT-SIZE: 12px">定义针对不支持客户端脚本的用户的替代内容。</span></p> </td> <td width="262"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><applet></span></p> </td> <td width="306"> <p align="left"><span style="FONT-SIZE: 12px">不赞成使用。定义嵌入的 applet。</span></p> </td> <td width="262"> <p align="left"><span style="FONT-SIZE: 12px">TF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><object></span></p> </td> <td width="306"> <p align="left"><span style="FONT-SIZE: 12px">定义嵌入的对象。</span></p> </td> <td width="262"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> <tr> <td width="137"> <p align="left"><span style="FONT-SIZE: 12px"><param></span></p> </td> <td width="306"> <p align="left"><span style="FONT-SIZE: 12px">定义对象的参数。</span></p> </td> <td width="262"> <p align="left"><span style="FONT-SIZE: 12px">STF</span></p> </td> </tr> </tbody> </table> </td> <td width="306"> <p align="center"><span style="FONT-SIZE: 12px"><strong>描述</strong></span> </p> </td> <td width="262"> <p align="center"><span style="FONT-SIZE: 12px"><strong>DTD</strong></span> </p> </td> </tr> <tr> <td width="137"> <span style="FONT-SIZE: 12px"><script></span> </td> <td width="306"> <span style="FONT-SIZE: 12px">定义客户端脚本。</span> </td> <td width="262"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="137"> <span style="FONT-SIZE: 12px"><noscript></span> </td> <td width="306"> <span style="FONT-SIZE: 12px">定义针对不支持客户端脚本的用户的替代内容。</span> </td> <td width="262"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="137"> <span style="FONT-SIZE: 12px"><applet></span> </td> <td width="306"> <span style="FONT-SIZE: 12px">不赞成使用。定义嵌入的 applet。</span> </td> <td width="262"> <span style="FONT-SIZE: 12px">TF</span> </td> </tr> <tr> <td width="137"> <span style="FONT-SIZE: 12px"><object></span> </td> <td width="306"> <span style="FONT-SIZE: 12px">定义嵌入的对象。</span> </td> <td width="262"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> <tr> <td width="137"> <span style="FONT-SIZE: 12px"><param></span> </td> <td width="306"> <span style="FONT-SIZE: 12px">定义对象的参数。</span> </td> <td width="262"> <span style="FONT-SIZE: 12px">STF</span> </td> </tr> </tbody> </table> </td> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div> </div> <div class="wzconShengming_sp"> <div class="bzsmdiv_sp">Statement of this Website</div> <div>The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn</div> </div> </div> <ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="2507867629"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <div class="AI_ToolDetails_main4sR"> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5902227090019525" data-ad-slot="3653428331" data-ad-format="auto" data-full-width-responsive="true"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> <!-- <div class="phpgenera_Details_mainR4"> <div class="phpmain1_4R_readrank"> <div class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hotarticle2.png" alt="" /> <h2>Hot Article</h2> </div> <div class="phpgenera_Details_mainR4_bottom"> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/faq/1796780570.html" title="R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>2 weeks ago</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/faq/1796775427.html" title="How Long Does It Take To Beat Split Fiction?" class="phpgenera_Details_mainR4_bottom_title">How Long Does It Take To Beat Split Fiction?</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 months ago</span> <span>By DDD</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/faq/1796775336.html" title="R.E.P.O. Save File Location: Where Is It & How to Protect It?" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O. Save File Location: Where Is It & How to Protect It?</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 months ago</span> <span>By DDD</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/faq/1796780641.html" title="R.E.P.O. Best Graphic Settings" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O. Best Graphic Settings</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>2 weeks ago</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/faq/1796785841.html" title="Assassin's Creed Shadows: Seashell Riddle Solution" class="phpgenera_Details_mainR4_bottom_title">Assassin's Creed Shadows: Seashell Riddle Solution</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 weeks ago</span> <span>By DDD</span> </div> </div> </div> <div class="phpgenera_Details_mainR3_more"> <a href="https://www.php.cn/article.html">Show More</a> </div> </div> </div> --> <div class="phpgenera_Details_mainR3"> <div class="phpmain1_4R_readrank"> <div class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hottools2.png" alt="" /> <h2>Hot AI Tools</h2> </div> <div class="phpgenera_Details_mainR3_bottom"> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411540686492.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undresser.AI Undress" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_title"> <h3>Undresser.AI Undress</h3> </a> <p>AI-powered app for creating realistic nude photos</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411552797167.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="AI Clothes Remover" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_title"> <h3>AI Clothes Remover</h3> </a> <p>Online AI tool for removing clothes from photos.</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173410641626608.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undress AI Tool" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_title"> <h3>Undress AI Tool</h3> </a> <p>Undress images for free</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411529149311.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Clothoff.io" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_title"> <h3>Clothoff.io</h3> </a> <p>AI clothes remover</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/ai/ai-hentai-generator" title="AI Hentai Generator" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/ai_manual/001/246/273/173405034393877.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="AI Hentai Generator" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/ai/ai-hentai-generator" title="AI Hentai Generator" class="phpmain_tab2_mids_title"> <h3>AI Hentai Generator</h3> </a> <p>Generate AI Hentai for free.</p> </div> </div> </div> <div class="phpgenera_Details_mainR3_more"> <a href="https://www.php.cn/ai">Show More</a> </div> </div> </div> <script src="https://sw.php.cn/hezuo/cac1399ab368127f9b113b14eb3316d0.js" type="text/javascript"></script> <div class="phpgenera_Details_mainR4"> <div class="phpmain1_4R_readrank"> <div class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hotarticle2.png" alt="" /> <h2>Hot Article</h2> </div> <div class="phpgenera_Details_mainR4_bottom"> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/faq/1796780570.html" title="R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>2 weeks ago</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/faq/1796775427.html" title="How Long Does It Take To Beat Split Fiction?" class="phpgenera_Details_mainR4_bottom_title">How Long Does It Take To Beat Split Fiction?</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 months ago</span> <span>By DDD</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/faq/1796775336.html" title="R.E.P.O. Save File Location: Where Is It & How to Protect It?" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O. Save File Location: Where Is It & How to Protect It?</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 months ago</span> <span>By DDD</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/faq/1796780641.html" title="R.E.P.O. Best Graphic Settings" class="phpgenera_Details_mainR4_bottom_title">R.E.P.O. Best Graphic Settings</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>2 weeks ago</span> <span>By 尊渡假赌尊渡假赌尊渡假赌</span> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/faq/1796785841.html" title="Assassin's Creed Shadows: Seashell Riddle Solution" class="phpgenera_Details_mainR4_bottom_title">Assassin's Creed Shadows: Seashell Riddle Solution</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <span>1 weeks ago</span> <span>By DDD</span> </div> </div> </div> <div class="phpgenera_Details_mainR3_more"> <a href="https://www.php.cn/article.html">Show More</a> </div> </div> </div> <div class="phpgenera_Details_mainR3"> <div class="phpmain1_4R_readrank"> <div class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hottools2.png" alt="" /> <h2>Hot Tools</h2> </div> <div class="phpgenera_Details_mainR3_bottom"> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/toolset/development-tools/92" title="Notepad++7.3.1" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58ab96f0f39f7357.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="Notepad++7.3.1" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/toolset/development-tools/92" title="Notepad++7.3.1" class="phpmain_tab2_mids_title"> <h3>Notepad++7.3.1</h3> </a> <p>Easy-to-use and free code editor</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/toolset/development-tools/93" title="SublimeText3 Chinese version" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58ab97a3baad9677.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 Chinese version" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/toolset/development-tools/93" title="SublimeText3 Chinese version" class="phpmain_tab2_mids_title"> <h3>SublimeText3 Chinese version</h3> </a> <p>Chinese version, very easy to use</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/toolset/development-tools/121" title="Zend Studio 13.0.1" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58ab97ecd1ab2670.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="Zend Studio 13.0.1" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/toolset/development-tools/121" title="Zend Studio 13.0.1" class="phpmain_tab2_mids_title"> <h3>Zend Studio 13.0.1</h3> </a> <p>Powerful PHP integrated development environment</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58d0e0fc74683535.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="Dreamweaver CS6" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_title"> <h3>Dreamweaver CS6</h3> </a> <p>Visual web development tools</p> </div> </div> <div class="phpmain_tab2_mids_top"> <a href="https://www.php.cn/toolset/development-tools/500" title="SublimeText3 Mac version" class="phpmain_tab2_mids_top_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" class="lazy" data-src="https://img.php.cn/upload/manual/000/000/001/58d34035e2757995.png?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 Mac version" /> </a> <div class="phpmain_tab2_mids_info"> <a href="https://www.php.cn/toolset/development-tools/500" title="SublimeText3 Mac version" class="phpmain_tab2_mids_title"> <h3>SublimeText3 Mac version</h3> </a> <p>God-level code editing software (SublimeText3)</p> </div> </div> </div> <div class="phpgenera_Details_mainR3_more"> <a href="https://www.php.cn/ai">Show More</a> </div> </div> </div> <div class="phpgenera_Details_mainR4"> <div class="phpmain1_4R_readrank"> <div class="phpmain1_4R_readrank_top"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/hotarticle2.png" alt="" /> <h2>Hot Topics</h2> </div> <div class="phpgenera_Details_mainR4_bottom"> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/faq/gmailyxdlrkzn" title="Where is the login entrance for gmail email?" class="phpgenera_Details_mainR4_bottom_title">Where is the login entrance for gmail email?</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>7386</span> </div> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>15</span> </div> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/faq/java-tutorial" title="Java Tutorial" class="phpgenera_Details_mainR4_bottom_title">Java Tutorial</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>1630</span> </div> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>14</span> </div> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/faq/cakephp-tutor" title="CakePHP Tutorial" class="phpgenera_Details_mainR4_bottom_title">CakePHP Tutorial</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>1357</span> </div> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>52</span> </div> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/faq/laravel-tutori" title="Laravel Tutorial" class="phpgenera_Details_mainR4_bottom_title">Laravel Tutorial</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>1267</span> </div> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>25</span> </div> </div> </div> <div class="phpgenera_Details_mainR4_bottoms"> <a href="https://www.php.cn/faq/php-tutorial" title="PHP Tutorial" class="phpgenera_Details_mainR4_bottom_title">PHP Tutorial</a> <div class="phpgenera_Details_mainR4_bottoms_info"> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/eyess.png" alt="" /> <span>1216</span> </div> <div class="phpgenera_Details_mainR4_bottoms_infos"> <img src="/static/imghw/tiezi.png" alt="" /> <span>29</span> </div> </div> </div> </div> <div class="phpgenera_Details_mainR3_more"> <a href="https://www.php.cn/faq/zt">Show More</a> </div> </div> </div> </div> </div> <div class="Article_Details_main2"> <div class="phpgenera_Details_mainL4"> <div class="phpmain1_2_top"> <a href="javascript:void(0);" class="phpmain1_2_top_title">Related knowledge<img src="/static/imghw/index2_title2.png" alt="" /></a> </div> <div class="phpgenera_Details_mainL4_info"> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/faq/1796600244.html" title="Nested Table in HTML" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202409/04/2024090416491283996.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Nested Table in HTML" /> </a> <a href="https://www.php.cn/faq/1796600244.html" title="Nested Table in HTML" class="phphistorical_Version2_mids_title">Nested Table in HTML</a> <span class="Articlelist_txts_time">Sep 04, 2024 pm 04:49 PM</span> <p class="Articlelist_txts_p">This is a guide to Nested Table in HTML. Here we discuss how to create a table within the table along with the respective examples.</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/faq/1796600245.html" title="Table Border in HTML" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202409/04/2024090416492486715.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Table Border in HTML" /> </a> <a href="https://www.php.cn/faq/1796600245.html" title="Table Border in HTML" class="phphistorical_Version2_mids_title">Table Border in HTML</a> <span class="Articlelist_txts_time">Sep 04, 2024 pm 04:49 PM</span> <p class="Articlelist_txts_p">Guide to Table Border in HTML. Here we discuss multiple ways for defining table-border with examples of the Table Border in HTML.</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/faq/1796600238.html" title="HTML margin-left" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202409/04/2024090416482056439.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="HTML margin-left" /> </a> <a href="https://www.php.cn/faq/1796600238.html" title="HTML margin-left" class="phphistorical_Version2_mids_title">HTML margin-left</a> <span class="Articlelist_txts_time">Sep 04, 2024 pm 04:48 PM</span> <p class="Articlelist_txts_p">Guide to HTML margin-left. Here we discuss a brief overview on HTML margin-left and its Examples along with its Code Implementation.</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/faq/1796600271.html" title="HTML Table Layout" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202409/04/2024090416543391948.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="HTML Table Layout" /> </a> <a href="https://www.php.cn/faq/1796600271.html" title="HTML Table Layout" class="phphistorical_Version2_mids_title">HTML Table Layout</a> <span class="Articlelist_txts_time">Sep 04, 2024 pm 04:54 PM</span> <p class="Articlelist_txts_p">Guide to HTML Table Layout. Here we discuss the Values of HTML Table Layout along with the examples and outputs n detail.</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/faq/1796600210.html" title="HTML Ordered List" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202409/04/2024090416432927533.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="HTML Ordered List" /> </a> <a href="https://www.php.cn/faq/1796600210.html" title="HTML Ordered List" class="phphistorical_Version2_mids_title">HTML Ordered List</a> <span class="Articlelist_txts_time">Sep 04, 2024 pm 04:43 PM</span> <p class="Articlelist_txts_p">Guide to the HTML Ordered List. Here we also discuss introduction of HTML Ordered list and types along with their example respectively</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/faq/1796600227.html" title="Moving Text in HTML" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202409/04/2024090416455153019.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Moving Text in HTML" /> </a> <a href="https://www.php.cn/faq/1796600227.html" title="Moving Text in HTML" class="phphistorical_Version2_mids_title">Moving Text in HTML</a> <span class="Articlelist_txts_time">Sep 04, 2024 pm 04:45 PM</span> <p class="Articlelist_txts_p">Guide to Moving Text in HTML. Here we discuss an introduction, how marquee tag work with syntax and examples to implement.</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/faq/1796764479.html" title="How do you parse and process HTML/XML in PHP?" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/001/246/273/173890063284749.png?x-oss-process=image/resize,m_fill,h_207,w_330" alt="How do you parse and process HTML/XML in PHP?" /> </a> <a href="https://www.php.cn/faq/1796764479.html" title="How do you parse and process HTML/XML in PHP?" class="phphistorical_Version2_mids_title">How do you parse and process HTML/XML in PHP?</a> <span class="Articlelist_txts_time">Feb 07, 2025 am 11:57 AM</span> <p class="Articlelist_txts_p">This tutorial demonstrates how to efficiently process XML documents using PHP. XML (eXtensible Markup Language) is a versatile text-based markup language designed for both human readability and machine parsing. It's commonly used for data storage an</p> </div> <div class="phphistorical_Version2_mids"> <a href="https://www.php.cn/faq/1796600269.html" title="HTML Input Placeholder" class="phphistorical_Version2_mids_img"> <img onerror="this.onerror=''; this.src='/static/imghw/default1.png'" src="/static/imghw/default1.png" class="lazy" data-src="https://img.php.cn/upload/article/202409/04/2024090416542577781.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="HTML Input Placeholder" /> </a> <a href="https://www.php.cn/faq/1796600269.html" title="HTML Input Placeholder" class="phphistorical_Version2_mids_title">HTML Input Placeholder</a> <span class="Articlelist_txts_time">Sep 04, 2024 pm 04:54 PM</span> <p class="Articlelist_txts_p">Guide to HTML Input Placeholder. Here we discuss the Examples of HTML Input Placeholder along with the codes and outputs.</p> </div> </div> <a href="https://www.php.cn/web-designer.html" class="phpgenera_Details_mainL4_botton"> <span>See all articles</span> <img src="/static/imghw/down_right.png" alt="" /> </a> </div> </div> </div> </main> <footer> <div class="footer"> <div class="footertop"> <img src="/static/imghw/logo.png" alt=""> <p>Public welfare online PHP training,Help PHP learners grow quickly!</p> </div> <div class="footermid"> <a href="https://www.php.cn/about/us.html">About us</a> <a href="https://www.php.cn/about/disclaimer.html">Disclaimer</a> <a href="https://www.php.cn/update/article_0_1.html">Sitemap</a> </div> <div class="footerbottom"> <p> © php.cn All rights reserved </p> </div> </div> </footer> <input type="hidden" id="verifycode" value="/captcha.html"> <script>layui.use(['element', 'carousel'], function () {var element = layui.element;$ = layui.jquery;var carousel = layui.carousel;carousel.render({elem: '#test1', width: '100%', height: '330px', arrow: 'always'});$.getScript('/static/js/jquery.lazyload.min.js', function () {$("img").lazyload({placeholder: "/static/images/load.jpg", effect: "fadeIn", threshold: 200, skip_invisible: false});});});</script> <script src="/static/js/common_new.js"></script> <script type="text/javascript" src="/static/js/jquery.cookie.js?1743885590"></script> <script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script> <link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' type='text/css' media='all' /> <script type='text/javascript' src='/static/js/viewer.min.js?1'></script> <script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script> <script type="text/javascript" src="/static/js/global.min.js?5.5.53"></script> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function () { var u = "https://tongji.php.cn/"; _paq.push(['setTrackerUrl', u + 'matomo.php']); _paq.push(['setSiteId', '9']); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s); })(); </script> <script> // top layui.use(function () { var util = layui.util; util.fixbar({ on: { mouseenter: function (type) { layer.tips(type, this, { tips: 4, fixed: true, }); }, mouseleave: function (type) { layer.closeAll("tips"); }, }, }); }); document.addEventListener("DOMContentLoaded", (event) => { // 定义一个函数来处理滚动链接的点击事件 function setupScrollLink(scrollLinkId, targetElementId) { const scrollLink = document.getElementById(scrollLinkId); const targetElement = document.getElementById(targetElementId); if (scrollLink && targetElement) { scrollLink.addEventListener("click", (e) => { e.preventDefault(); // 阻止默认链接行为 targetElement.scrollIntoView({ behavior: "smooth" }); // 平滑滚动到目标元素 }); } else { console.warn( `Either scroll link with ID '${scrollLinkId}' or target element with ID '${targetElementId}' not found.` ); } } // 使用该函数设置多个滚动链接 setupScrollLink("Article_Details_main1L2s_1", "article_main_title1"); setupScrollLink("Article_Details_main1L2s_2", "article_main_title2"); setupScrollLink("Article_Details_main1L2s_3", "article_main_title3"); setupScrollLink("Article_Details_main1L2s_4", "article_main_title4"); setupScrollLink("Article_Details_main1L2s_5", "article_main_title5"); setupScrollLink("Article_Details_main1L2s_6", "article_main_title6"); // 可以继续添加更多的滚动链接设置 }); window.addEventListener("scroll", function () { var fixedElement = document.getElementById("Article_Details_main1Lmain"); var scrollTop = window.scrollY || document.documentElement.scrollTop; // 兼容不同浏览器 var clientHeight = window.innerHeight || document.documentElement.clientHeight; // 视口高度 var scrollHeight = document.documentElement.scrollHeight; // 页面总高度 // 计算距离底部的距离 var distanceToBottom = scrollHeight - scrollTop - clientHeight; // 当距离底部小于或等于300px时,取消固定定位 if (distanceToBottom <= 980) { fixedElement.classList.remove("Article_Details_main1Lmain"); fixedElement.classList.add("Article_Details_main1Lmain_relative"); } else { // 否则,保持固定定位 fixedElement.classList.remove("Article_Details_main1Lmain_relative"); fixedElement.classList.add("Article_Details_main1Lmain"); } }); </script> </body> </html>