Summary of DTD usage in html_HTML/Xhtml_Web page production

WBOY
Release: 2016-05-16 16:41:28
Original
1299 people have browsed it

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 style="height: 25px;"> <div class="wzconBq" style="display: inline-flex;"> <span>Related labels:</span> <div class="wzcbqd"> <a onclick="hits_log(2,'www',this);" href-data="//m.sbmmt.com/search?word=dtd" target="_blank">dtd</a> <a onclick="hits_log(2,'www',this);" href-data="//m.sbmmt.com/search?word=html" target="_blank">html</a> </div> </div> <div style="display: inline-flex;float: right; color:#333333;">source:php.cn</div> </div> <div class="wzconOtherwz"> <a href="//m.sbmmt.com/faq/11897.html" title="Color hexadecimal color code table display and hexadecimal numerical comparison display for easy search_HTML/Xhtml_Web page production"> <span>Previous article:Color hexadecimal color code table display and hexadecimal numerical comparison display for easy search_HTML/Xhtml_Web page production</span> </a> <a href="//m.sbmmt.com/faq/11899.html" title="html Meta tag small set_HTML/Xhtml_web page production"> <span>Next article:html Meta tag small set_HTML/Xhtml_web page production</span> </a> </div> <div class="wzconShengming"> <div class="bzsmdiv">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 class="wwads-cn wwads-horizontal" data-id="156" style="max-width:955px"></div> <div class="wzconZzwz"> <div class="wzconZzwztitle">Latest Articles by Author</div> <ul> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="//m.sbmmt.com/faq/1796612210.html">BlackRock Labels BTC a Unique Diversifier</a> </div> <div>2024-09-20 15:51:33</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="//m.sbmmt.com/faq/1796612202.html">Internet Computer (ICP) Price Prediction: Will ICP Price Hit $24?</a> </div> <div>2024-09-20 15:47:32</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="//m.sbmmt.com/faq/1796612197.html">Worldcoin (WLD) Price Prediction 2022-23</a> </div> <div>2024-09-20 15:45:32</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="//m.sbmmt.com/faq/1796612185.html">Top Meme Coins to Invest In Today</a> </div> <div>2024-09-20 15:39:32</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="//m.sbmmt.com/faq/1796612183.html">Floki (FLOKI) Price Prediction: Will the Revamped Marketing Help Floki Catch Up on October Gains?</a> </div> <div>2024-09-20 15:38:32</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="//m.sbmmt.com/faq/1796612161.html">Next Cryptocurrency to Explode: 5 Coins to Add to Your Watchlist</a> </div> <div>2024-09-20 15:27:32</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="//m.sbmmt.com/faq/1796612159.html">Dogecoin: From an Internet Meme to a Digital Currency with a Billion-Dollar Market Capitalization</a> </div> <div>2024-09-20 15:26:32</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="//m.sbmmt.com/faq/1796612129.html">ZChains Unveils a Series of Exciting Updates and Launches to Enhance Its Ecosystem</a> </div> <div>2024-09-20 15:12:32</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="//m.sbmmt.com/faq/1796612099.html">How to download the Apple version of Little Fox Payment Platform</a> </div> <div>2024-09-20 14:53:01</div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots"></span> <a target="_blank" href="//m.sbmmt.com/faq/1796612097.html">How beginners trade on MetaMask and its advantages and disadvantages</a> </div> <div>2024-09-20 14:51:01</div> </li> </ul> </div> <div class="wzconZzwz"> <div class="wzconZzwztitle">Latest Issues</div> <div class="wdsyContent"> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="//m.sbmmt.com/wenda/176403.html" target="_blank" title="PX automatic conversion to REM error" class="wdcdcTitle">PX automatic conversion to REM error</a> <a href="//m.sbmmt.com/wenda/176403.html" class="wdcdcCons">&nbsp;&lt;style&gt;html {&nbsp;&nbsp; font-size: calc(100vw / 3.75);&nbsp; &nbsp; &nbsp; }...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> From 2024-04-16 09:34:16</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>0</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>4687</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="//m.sbmmt.com/wenda/176396.html" target="_blank" title="The page suddenly cannot pull css or bootstrap" class="wdcdcTitle">The page suddenly cannot pull css or bootstrap</a> <a href="//m.sbmmt.com/wenda/176396.html" class="wdcdcCons">So I'm developing a page, I did part of it yesterday and it worked great, and today I cont...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> From 2024-04-06 21:58:04</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>1</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>800</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="//m.sbmmt.com/wenda/176386.html" target="_blank" title="How to solve the mysterious white space at the bottom of the page in CSS" class="wdcdcTitle">How to solve the mysterious white space at the bottom of the page in CSS</a> <a href="//m.sbmmt.com/wenda/176386.html" class="wdcdcCons">I'm trying to build a simple webpage using Bootstrap and D3, but I don't know how to get r...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> From 2024-04-06 20:22:15</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>1</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>454</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="//m.sbmmt.com/wenda/176383.html" target="_blank" title="How to use laravel components with livewire lazy placeholder" class="wdcdcTitle">How to use laravel components with livewire lazy placeholder</a> <a href="//m.sbmmt.com/wenda/176383.html" class="wdcdcCons">I want to add the skeleton of my laravel component inside a livewire3 placeholder What I h...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> From 2024-04-06 20:02:10</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>2</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>543</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> <div class="wdsyConDiv flexRow wdsyConDiv1"> <div class="wdcdContent flexColumn"> <a href="//m.sbmmt.com/wenda/176364.html" target="_blank" title="Top-level method to replace a string with HTML code (generated from an array)" class="wdcdcTitle">Top-level method to replace a string with HTML code (generated from an array)</a> <a href="//m.sbmmt.com/wenda/176364.html" class="wdcdcCons">Given a string like this...$htmlPattern=&quot;Usernameis:#name#andusercompanyis#company#&q...</a> <div class="wdcdcInfo flexRow"> <div class="wdcdcileft"> <span class="wdcdciSpan"> From 2024-04-06 17:40:41</span> </div> <div class="wdcdciright flexRow"> <div class="wdcdcirdz flexRow ira"> <b class="wdcdcirdzi"></b>0 </div> <div class="wdcdcirpl flexRow ira"><b class="wdcdcirpli"></b>2</div> <div class="wdcdcirwatch flexRow ira"><b class="wdcdcirwatchi"></b>410</div> </div> </div> </div> </div> <div class="wdsyConLine wdsyConLine2"></div> </div> </div> <div class="wzconZt" > <div class="wzczt-title"> <div>Related Topics</div> <a href="//m.sbmmt.com/faq/zt" target="_blank">More> </a> </div> <div class="wzcttlist"> <ul> <li class="ul-li"> <a target="_blank" href="//m.sbmmt.com/faq/htmlbq"><img src="https://img.php.cn/upload/subject/202407/22/2024072214431586789.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="html copyright symbol" /> </a> <a target="_blank" href="//m.sbmmt.com/faq/htmlbq" class="title-a-spanl" title="html copyright symbol"><span>html copyright symbol</span> </a> </li> <li class="ul-li"> <a target="_blank" href="//m.sbmmt.com/faq/htmlzxbjq"><img src="https://img.php.cn/upload/subject/202407/22/2024072214403473154.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="html online editor" /> </a> <a target="_blank" href="//m.sbmmt.com/faq/htmlzxbjq" class="title-a-spanl" title="html online editor"><span>html online editor</span> </a> </li> <li class="ul-li"> <a target="_blank" href="//m.sbmmt.com/faq/htmlwyzz"><img src="https://img.php.cn/upload/subject/202407/22/2024072214275948120.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="html web page production" /> </a> <a target="_blank" href="//m.sbmmt.com/faq/htmlwyzz" class="title-a-spanl" title="html web page production"><span>html web page production</span> </a> </li> <li class="ul-li"> <a target="_blank" href="//m.sbmmt.com/faq/htmlkg"><img src="https://img.php.cn/upload/subject/202407/22/2024072214273274014.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="html space" /> </a> <a target="_blank" href="//m.sbmmt.com/faq/htmlkg" class="title-a-spanl" title="html space"><span>html space</span> </a> </li> <li class="ul-li"> <a target="_blank" href="//m.sbmmt.com/faq/htmlssm"><img src="https://img.php.cn/upload/subject/202407/22/2024072214210727109.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="what is html" /> </a> <a target="_blank" href="//m.sbmmt.com/faq/htmlssm" class="title-a-spanl" title="what is html"><span>what is html</span> </a> </li> <li class="ul-li"> <a target="_blank" href="//m.sbmmt.com/faq/htmlztdxzmsz"><img src="https://img.php.cn/upload/subject/202407/22/2024072214205132478.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="How to set html font size" /> </a> <a target="_blank" href="//m.sbmmt.com/faq/htmlztdxzmsz" class="title-a-spanl" title="How to set html font size"><span>How to set html font size</span> </a> </li> <li class="ul-li"> <a target="_blank" href="//m.sbmmt.com/faq/htmlztxt"><img src="https://img.php.cn/upload/subject/202407/22/2024072214125629445.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="html to txt" /> </a> <a target="_blank" href="//m.sbmmt.com/faq/htmlztxt" class="title-a-spanl" title="html to txt"><span>html to txt</span> </a> </li> <li class="ul-li"> <a target="_blank" href="//m.sbmmt.com/faq/htmlwbkdmzmx"><img src="https://img.php.cn/upload/subject/202407/22/2024072214120496282.jpg?x-oss-process=image/resize,m_fill,h_145,w_220" alt="How to write html text box code" /> </a> <a target="_blank" href="//m.sbmmt.com/faq/htmlwbkdmzmx" class="title-a-spanl" title="How to write html text box code"><span>How to write html text box code</span> </a> </li> </ul> </div> </div> </div> </div> <div class="phpwzright"> <div class="wzrOne"> <div class="wzroTitle">Popular Recommendations</div> <div class="wzroList"> <ul> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="What does url mean?" href="//m.sbmmt.com/faq/418772.html">What does url mean?</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="What does DOM mean?" href="//m.sbmmt.com/faq/414303.html">What does DOM mean?</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="How to change image size" href="//m.sbmmt.com/faq/414252.html">How to change image size</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="How to make font bold in HTML" href="//m.sbmmt.com/faq/414520.html">How to make font bold in HTML</a> </div> </li> <li> <div class="wzczzwzli"> <span class="layui-badge-dots wzrolr"></span> <a style="height: auto;" title="How to set the size of html images" href="//m.sbmmt.com/faq/475145.html">How to set the size of html images</a> </div> </li> </ul> </div> </div> <script src="https://sw.php.cn/hezuo/cac1399ab368127f9b113b14eb3316d0.js" type="text/javascript"></script> <div class="wzrThree"> <div class="wzrthree-title"> <div>Popular Tutorials</div> <a target="_blank" href="//m.sbmmt.com/course.html">More> </a> </div> <div class="wzrthreelist swiper2"> <div class="wzrthreeTab swiper-wrapper"> <div class="check tabdiv swiper-slide" data-id="one">Related Tutorials <div></div></div> <div class="tabdiv swiper-slide" data-id="two">Popular Recommendations<div></div></div> <div class="tabdiv swiper-slide" data-id="three">Latest courses<div></div></div> </div> <ul class="one"> <li> <a target="_blank" href="//m.sbmmt.com/course/812.html" title="The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/041/620debc3eab3f377.jpg" alt="The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)"/> </a> <div class="wzrthree-right"> <a target="_blank" title="The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)" href="//m.sbmmt.com/course/812.html">The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)</a> <div class="wzrthreerb"> <div>1406933 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="812"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="//m.sbmmt.com/course/74.html" title="PHP introductory tutorial one: Learn PHP in one week" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/6253d1e28ef5c345.png" alt="PHP introductory tutorial one: Learn PHP in one week"/> </a> <div class="wzrthree-right"> <a target="_blank" title="PHP introductory tutorial one: Learn PHP in one week" href="//m.sbmmt.com/course/74.html">PHP introductory tutorial one: Learn PHP in one week</a> <div class="wzrthreerb"> <div>4237408 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="74"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="//m.sbmmt.com/course/286.html" title="JAVA Beginner's Video Tutorial" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a2bacfd9379.png" alt="JAVA Beginner's Video Tutorial"/> </a> <div class="wzrthree-right"> <a target="_blank" title="JAVA Beginner's Video Tutorial" href="//m.sbmmt.com/course/286.html">JAVA Beginner's Video Tutorial</a> <div class="wzrthreerb"> <div>2432705 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="286"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="//m.sbmmt.com/course/504.html" title="Little Turtle's zero-based introduction to learning Python video tutorial" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a67ce3a6655.png" alt="Little Turtle's zero-based introduction to learning Python video tutorial"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Little Turtle's zero-based introduction to learning Python video tutorial" href="//m.sbmmt.com/course/504.html">Little Turtle's zero-based introduction to learning Python video tutorial</a> <div class="wzrthreerb"> <div>500082 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="504"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="//m.sbmmt.com/course/2.html" title="PHP zero-based introductory tutorial" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/6253de27bc161468.png" alt="PHP zero-based introductory tutorial"/> </a> <div class="wzrthree-right"> <a target="_blank" title="PHP zero-based introductory tutorial" href="//m.sbmmt.com/course/2.html">PHP zero-based introductory tutorial</a> <div class="wzrthreerb"> <div>838271 <b class="kclbcollectb"></b></div> <div class="courseICollection" data-id="2"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> <ul class="two" style="display: none;"> <li> <a target="_blank" href="//m.sbmmt.com/course/812.html" title="The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/041/620debc3eab3f377.jpg" alt="The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)"/> </a> <div class="wzrthree-right"> <a target="_blank" title="The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)" href="//m.sbmmt.com/course/812.html">The latest ThinkPHP 5.1 world premiere video tutorial (60 days to become a PHP expert online training course)</a> <div class="wzrthreerb"> <div >1406933 times of learning</div> <div class="courseICollection" data-id="812"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="//m.sbmmt.com/course/286.html" title="JAVA Beginner's Video Tutorial" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a2bacfd9379.png" alt="JAVA Beginner's Video Tutorial"/> </a> <div class="wzrthree-right"> <a target="_blank" title="JAVA Beginner's Video Tutorial" href="//m.sbmmt.com/course/286.html">JAVA Beginner's Video Tutorial</a> <div class="wzrthreerb"> <div >2432705 times of learning</div> <div class="courseICollection" data-id="286"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="//m.sbmmt.com/course/504.html" title="Little Turtle's zero-based introduction to learning Python video tutorial" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62590a67ce3a6655.png" alt="Little Turtle's zero-based introduction to learning Python video tutorial"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Little Turtle's zero-based introduction to learning Python video tutorial" href="//m.sbmmt.com/course/504.html">Little Turtle's zero-based introduction to learning Python video tutorial</a> <div class="wzrthreerb"> <div >500082 times of learning</div> <div class="courseICollection" data-id="504"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="//m.sbmmt.com/course/901.html" title="Quick introduction to web front-end development" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/64be28a53a4f6310.png" alt="Quick introduction to web front-end development"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Quick introduction to web front-end development" href="//m.sbmmt.com/course/901.html">Quick introduction to web front-end development</a> <div class="wzrthreerb"> <div >214510 times of learning</div> <div class="courseICollection" data-id="901"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="//m.sbmmt.com/course/234.html" title="Master PS video tutorials from scratch" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/068/62611f57ed0d4840.jpg" alt="Master PS video tutorials from scratch"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Master PS video tutorials from scratch" href="//m.sbmmt.com/course/234.html">Master PS video tutorials from scratch</a> <div class="wzrthreerb"> <div >864818 times of learning</div> <div class="courseICollection" data-id="234"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> <ul class="three" style="display: none;"> <li> <a target="_blank" href="//m.sbmmt.com/course/1648.html" title="[Web front-end] Node.js quick start" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662b5d34ba7c0227.png" alt="[Web front-end] Node.js quick start"/> </a> <div class="wzrthree-right"> <a target="_blank" title="[Web front-end] Node.js quick start" href="//m.sbmmt.com/course/1648.html">[Web front-end] Node.js quick start</a> <div class="wzrthreerb"> <div >5095 times of learning</div> <div class="courseICollection" data-id="1648"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="//m.sbmmt.com/course/1647.html" title="Complete collection of foreign web development full-stack courses" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/6628cc96e310c937.png" alt="Complete collection of foreign web development full-stack courses"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Complete collection of foreign web development full-stack courses" href="//m.sbmmt.com/course/1647.html">Complete collection of foreign web development full-stack courses</a> <div class="wzrthreerb"> <div >3946 times of learning</div> <div class="courseICollection" data-id="1647"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="//m.sbmmt.com/course/1646.html" title="Go language practical GraphQL" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662221173504a436.png" alt="Go language practical GraphQL"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Go language practical GraphQL" href="//m.sbmmt.com/course/1646.html">Go language practical GraphQL</a> <div class="wzrthreerb"> <div >3383 times of learning</div> <div class="courseICollection" data-id="1646"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="//m.sbmmt.com/course/1645.html" title="550W fan master learns JavaScript from scratch step by step" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/662077e163124646.png" alt="550W fan master learns JavaScript from scratch step by step"/> </a> <div class="wzrthree-right"> <a target="_blank" title="550W fan master learns JavaScript from scratch step by step" href="//m.sbmmt.com/course/1645.html">550W fan master learns JavaScript from scratch step by step</a> <div class="wzrthreerb"> <div >572 times of learning</div> <div class="courseICollection" data-id="1645"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> <li> <a target="_blank" href="//m.sbmmt.com/course/1644.html" title="Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours" class="wzrthreelaimg"> <img src="https://img.php.cn/upload/course/000/000/067/6616418ca80b8916.png" alt="Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours"/> </a> <div class="wzrthree-right"> <a target="_blank" title="Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours" href="//m.sbmmt.com/course/1644.html">Python master Mosh, a beginner with zero basic knowledge can get started in 6 hours</a> <div class="wzrthreerb"> <div >17378 times of learning</div> <div class="courseICollection" data-id="1644"> <b class="nofollow small-nocollect"></b> </div> </div> </div> </li> </ul> </div> <script> var mySwiper = new Swiper('.swiper2', { autoplay: false,//可选选项,自动滑动 slidesPerView : 'auto', }) $('.wzrthreeTab>div').click(function(e){ $('.wzrthreeTab>div').removeClass('check') $(this).addClass('check') $('.wzrthreelist>ul').css('display','none') $('.'+e.currentTarget.dataset.id).show() }) </script> </div> <div class="wzrFour"> <div class="wzrfour-title"> <div>Latest Downloads</div> <a href="//m.sbmmt.com/xiazai">More> </a> </div> <script> $(document).ready(function(){ var sjyx_banSwiper = new Swiper(".sjyx_banSwiperwz",{ speed:1000, autoplay:{ delay:3500, disableOnInteraction: false, }, pagination:{ el:'.sjyx_banSwiperwz .swiper-pagination', clickable :false, }, loop:true }) }) </script> <div class="wzrfourList swiper3"> <div class="wzrfourlTab swiper-wrapper"> <div class="check swiper-slide" data-id="onef">Web Effects <div></div></div> <div class="swiper-slide" data-id="twof">Website Source Code<div></div></div> <div class="swiper-slide" data-id="threef">Website Materials<div></div></div> <div class="swiper-slide" data-id="fourf">Front End Template<div></div></div> </div> <ul class="onef"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery enterprise message form contact code" href="//m.sbmmt.com/xiazai/js/8071">[form button] jQuery enterprise message form contact code</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="HTML5 MP3 music box playback effects" href="//m.sbmmt.com/xiazai/js/8070">[Player special effects] HTML5 MP3 music box playback effects</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="HTML5 cool particle animation navigation menu special effects" href="//m.sbmmt.com/xiazai/js/8069">[Menu navigation] HTML5 cool particle animation navigation menu special effects</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery visual form drag and drop editing code" href="//m.sbmmt.com/xiazai/js/8068">[form button] jQuery visual form drag and drop editing code</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="VUE.JS imitation Kugou music player code" href="//m.sbmmt.com/xiazai/js/8067">[Player special effects] VUE.JS imitation Kugou music player code</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="Classic html5 pushing box game" href="//m.sbmmt.com/xiazai/js/8066">[html5 special effects] Classic html5 pushing box game</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="jQuery scrolling to add or reduce image effects" href="//m.sbmmt.com/xiazai/js/8065">[Picture special effects] jQuery scrolling to add or reduce image effects</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a target="_blank" title="CSS3 personal album cover hover zoom effect" href="//m.sbmmt.com/xiazai/js/8064">[Photo album effects] CSS3 personal album cover hover zoom effect</a> </div> </li> </ul> <ul class="twof" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8328" title="Home Decor Cleaning and Repair Service Company Website Template" target="_blank">[Front-end template] Home Decor Cleaning and Repair Service Company Website Template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8327" title="Fresh color personal resume guide page template" target="_blank">[Front-end template] Fresh color personal resume guide page template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8326" title="Designer Creative Job Resume Web Template" target="_blank">[Front-end template] Designer Creative Job Resume Web Template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8325" title="Modern engineering construction company website template" target="_blank">[Front-end template] Modern engineering construction company website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8324" title="Responsive HTML5 template for educational service institutions" target="_blank">[Front-end template] Responsive HTML5 template for educational service institutions</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8323" title="Online e-book store mall website template" target="_blank">[Front-end template] Online e-book store mall website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8322" title="IT technology solves Internet company website template" target="_blank">[Front-end template] IT technology solves Internet company website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8321" title="Purple style foreign exchange trading service website template" target="_blank">[Front-end template] Purple style foreign exchange trading service website template</a> </div> </li> </ul> <ul class="threef" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/sucai/3078" target="_blank" title="Cute summer elements vector material (EPS PNG)">[PNG material] Cute summer elements vector material (EPS PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/sucai/3077" target="_blank" title="Four red 2023 graduation badges vector material (AI EPS PNG)">[PNG material] Four red 2023 graduation badges vector material (AI EPS PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/sucai/3076" target="_blank" title="Singing bird and cart filled with flowers design spring banner vector material (AI EPS)">[banner picture] Singing bird and cart filled with flowers design spring banner vector material (AI EPS)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/sucai/3075" target="_blank" title="Golden graduation cap vector material (EPS PNG)">[PNG material] Golden graduation cap vector material (EPS PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/sucai/3074" target="_blank" title="Black and white style mountain icon vector material (EPS PNG)">[PNG material] Black and white style mountain icon vector material (EPS PNG)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/sucai/3073" target="_blank" title="Superhero silhouette vector material (EPS PNG) with different color cloaks and different poses">[PNG material] Superhero silhouette vector material (EPS PNG) with different color cloaks and different poses</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/sucai/3072" target="_blank" title="Flat style Arbor Day banner vector material (AI+EPS)">[banner picture] Flat style Arbor Day banner vector material (AI+EPS)</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/sucai/3071" target="_blank" title="Nine comic-style exploding chat bubbles vector material (EPS+PNG)">[PNG material] Nine comic-style exploding chat bubbles vector material (EPS+PNG)</a> </div> </li> </ul> <ul class="fourf" style="display:none"> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8328" target="_blank" title="Home Decor Cleaning and Repair Service Company Website Template">[Front-end template] Home Decor Cleaning and Repair Service Company Website Template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8327" target="_blank" title="Fresh color personal resume guide page template">[Front-end template] Fresh color personal resume guide page template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8326" target="_blank" title="Designer Creative Job Resume Web Template">[Front-end template] Designer Creative Job Resume Web Template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8325" target="_blank" title="Modern engineering construction company website template">[Front-end template] Modern engineering construction company website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8324" target="_blank" title="Responsive HTML5 template for educational service institutions">[Front-end template] Responsive HTML5 template for educational service institutions</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8323" target="_blank" title="Online e-book store mall website template">[Front-end template] Online e-book store mall website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8322" target="_blank" title="IT technology solves Internet company website template">[Front-end template] IT technology solves Internet company website template</a> </div> </li> <li> <div class="wzrfourli"> <span class="layui-badge-dots wzrflr"></span> <a href="//m.sbmmt.com/xiazai/code/8321" target="_blank" title="Purple style foreign exchange trading service website template">[Front-end template] Purple style foreign exchange trading service website template</a> </div> </li> </ul> </div> <script> var mySwiper = new Swiper('.swiper3', { autoplay: false,//可选选项,自动滑动 slidesPerView : 'auto', }) $('.wzrfourlTab>div').click(function(e){ $('.wzrfourlTab>div').removeClass('check') $(this).addClass('check') $('.wzrfourList>ul').css('display','none') $('.'+e.currentTarget.dataset.id).show() }) </script> </div> </div> </div> <div class="phpFoot"> <div class="phpFootIn"> <div class="phpFootCont"> <div class="phpFootLeft"> <dl> <dt> <a href="//m.sbmmt.com/about/us.html" rel="nofollow" target="_blank" title="About us" class="cBlack">About us</a> <a href="//m.sbmmt.com/about/disclaimer.html" rel="nofollow" target="_blank" title="Disclaimer" class="cBlack">Disclaimer</a> <a href="//m.sbmmt.com/update/article_0_1.html" target="_blank" title="Sitemap" class="cBlack">Sitemap</a> <div class="clear"></div> </dt> <dd class="cont1">php.cn:Public welfare online PHP training,Help PHP learners grow quickly!</dd> </dl> </div> </div> </div> </div> <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?1728136672"></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> </body> </html>