XHTML 1.0 参考

2020-04-17 07:55:03易采站长站整理

6.2

4.0

STF

<fieldset>

域(Defines a fieldset)

6.2

4.0

STF

<legend>

域标题(Defines a title in a fieldset)

6.2

4.0

STF

<isindex>

不建议使用(可搜寻,使用input代替)(Deprecated. Defines a single-line input field. Use <input> instead)

3.0

3.0

TF

列举

<ul>

无次序式列举(Defines an unordered list)

3.0

3.0

STF

<ol>

有次序式列举(Defines an ordered list)

3.0

3.0

STF

<li>

每条项目列表(Defines a list item)

3.0

3.0

STF

<dir>

目录式列举(Defines a directory list)

3.0

3.0

TF

<dl>

定义式列举(Defines a definition list)

3.0

3.0

STF

<dt>

定义项目(Defines a definition term)

3.0

3.0

STF

<dd>

定义说明(Defines a definition description)

3.0

3.0

STF

<menu>

菜单列表(Defines a menu list)

3.0

3.0

TF

图片

<img />

图片(Defines an image)

3.0

3.0

STF

<map>

图片地图(Defines an image map)?

3.0

3.0

STF

<area />

图片热点(Defines an area inside an image map)

3.0

3.0

STF

表格

<table>

表格(Defines a table)

3.0

3.0

STF

<caption>

表格抬头(Defines a table caption)

3.0

3.0

STF

<th>

表格标题(Defines a table header)

3.0

3.0

STF

<tr>

行(Defines a table row)

3.0

3.0

STF

<td>

单元格(列)(Defines a table cell)

3.0

3.0

STF

<thead>

定义表格头(Defines a table header)

4.0

STF

<tbody>

定义表格主体(Defines a table body)

4.0

STF

<tfoot>

定义表格脚(Defines a table footer)

4.0

STF

<col>

定义特有特征(Defines attributes for table columns)?

3.0

STF

<colgroup>

定义特征集合(Defines groups of table columns)

3.0

STF

样式

<style>

样式定义(Defines a style definition)

4.0

3.0

STF

<div>

在文档中定义一个区域(Defines a section in a document)

3.0

3.0

STF

<span>

在文档中定义一个区域(Defines a section in a document)

4.0

3.0

STF

头信息

<head>