html标签全称和功能介绍

2020-04-15 21:46:43易采站长站整理

STF

<body>

Body

定义文档的主体。

STF

<br>

Break

定义简单的折行。

STF

<button>

Button

定义按钮 (push button)。

STF

<caption>

Caption

定义表格标题。

STF

<center>

Center

不赞成使用。定义居中文本。

TF

<cite>

Cite

定义引用(citation)。

STF

<code>

Code

定义计算机代码文本。

STF

<col>

Column

定义表格中一个或多个列的属性值。

STF

<colgroup>

Colgroup

定义表格中供格式化的列组。

STF

<dd>

definition description

定义定义列表中项目的描述。

STF

<del>

delete

定义被删除文本。

STF

<dir>

 

不赞成使用。定义目录列表。

TF

<div>

division

定义文档中的节。

STF

<dfn>

defining instance

定义定义项目。

STF

<dl>

definition list

定义定义列表。

STF

<dt>

definition term

定义定义列表中的项目。

STF

<em>