XHTML 标签列表

Ordered Alphabetically
按字母排序

  • NN: indicates the earliest version of Netscape that supports the tag
    表示Netscape支持该标签的最早版本
  • IE: indicates the earliest version of Internet Explorer that supports the tag
    表示IE支持该标签的最早版本
  • DTD: indicates in which XHTML 1.0 DTD the tag is allowed. S=Strict, T=Transitional, and F=Frameset
    表示该标签是否在XHTML1.0DTD中允许使用。S=Strict[严密型], T=Transitional[过渡型], and F=Frameset[框架型]
标签名相应描述NNIEDTD
<!--...-->Defines a comment
定义注释
3.03.0STF
<!DOCTYPE> Defines the document type
定义文档类型
  STF
<a>Defines an anchor
定义锚点
3.03.0STF
<abbr>Defines an abbreviation
定义简称
6.2 STF
<acronym>Defines an acronym
定义缩写字
6.24.0STF
<address>Defines an address element
定义地址元素
4.04.0STF
<applet>Deprecated. Defines an applet
[不推荐] 定义applet
2.03.0TF
<area>Defines an area inside an image map
定义图片中的热点
3.03.0STF
<b>Defines bold text
定义粗体字
3.03.0STF
<base>Defines a base URL for all the links in a page
定义在页面中所有连接的初始URL
3.03.0STF
<basefont>Deprecated. Defines a base font
[不推荐]定义初始字体
3.03.0TF
<bdo>Defines the direction of text display
定义文字的显示方向
6.25.0STF
<big>Defines big text
定义大号字
3.03.0STF
<blockquote>Defines a long quotation
定义长篇文字引用
3.03.0STF
<body>Defines the body element
定义body元素
3.03.0STF
<br>Inserts a single line break
插入单个换行
3.03.0STF
<button>Defines a push button
定义按钮
6.24.0STF
<caption>Defines a table caption
定义表格说明
3.03.0STF
<center>Deprecated. Defines centered text
[不推荐]定义居中文字
3.03.0TF
<cite>Defines a citation
定义引证
3.03.0STF
<code>Defines computer code text
定义计算机代码文字
3.03.0STF
<col>Defines attributes for table columns
定义针对表格列的属性
 3.0STF
<colgroup>Defines groups of table columns
定义表格列的组集
 3.0STF
<dd>Defines a definition description
定义释义描述
3.03.0STF
<del>Defines deleted text
定义删除文字
6.24.0STF
<dir>Deprecated. Defines a directory list
[不推荐]定义目录列表
3.03.0TF
<div>Defines a section in a document
定义文档的区域
3.03.0STF
<dfn>Defines a definition term
定义释义对象
 3.0STF
<dl>Defines a definition list
定义释义名单
3.03.0STF
<dt>Defines a definition term
定义释义对象
3.03.0STF
<em>Defines emphasized text
定义强调文字
3.03.0STF
<fieldset>Defines a fieldset
定义输入框组
6.24.0STF
<font>Deprecated. Defines text font, size, and color
[不推荐]定义字体,大小以及颜色
3.03.0TF
<form>Defines a form
定义表单
3.03.0STF
<frame>Defines a sub window (a frame)
定义子窗口(框架)
3.03.0F
<frameset>Defines a set of frames
定义框架集
3.03.0F
<h1> to <h6>Defines header 1 to header 6
定义1号到6号标题
3.03.0STF
<head>Defines information about the document
定义文档的信息
3.03.0STF
<hr>Defines a horizontal rule
定义水平分割线
3.03.0STF
<html>Defines an html document
定义HTML文档
3.03.0STF
<i>Defines italic text
定义斜体文字
3.03.0STF
<iframe>Defines an inline sub window (frame)
定义内联的子窗口(框架)
6.04.0TF
<img>Defines an image
定义图片
3.03.0STF
<input>Defines an input field
定义输入框
3.03.0STF
<ins>Defines inserted text
定义插入的文字
6.24.0STF
<isindex>Deprecated. Defines a single-line input field
[不推荐]定义单行输入框
3.03.0TF
<kbd>Defines keyboard text
定义键盘文字
3.03.0STF
<label>Defines a label for a form control
定义表单控件的标签
6.24.0STF
<legend>Defines a title in a fieldset
定义在一输入框组中的标题
6.24.0STF
<li>Defines a list item
定义列表内容
3.03.0STF
<link>Defines a resource reference
定义资源参考
4.03.0STF
<map>Defines an image map
定义图片热点区
3.03.0STF
<menu>Deprecated. Defines a menu list
[不推荐]定义菜单列表
3.03.0TF
<meta>Defines meta information
定义meta信息
3.03.0STF
<noframes>Defines a noframe section
定义noframe区
3.03.0TF
<noscript>Defines a noscript section
定义noscript区
3.03.0STF
<object>Defines an embedded object
定义嵌入对象
 3.0STF
<ol>Defines an ordered list
定义有序列
3.03.0STF
<optgroup>Defines an option group
定义选择组
6.06.0STF
<option>Defines an option in a drop-down list
定义下拉列表中的可选项
3.03.0STF
<p>Defines a paragraph
定义段落
3.03.0STF
<param>Defines a parameter for an object
定义对象的的参数
3.03.0STF
<pre>Defines preformatted text
定义格式化的文字
3.03.0STF
<q>Defines a short quotation
定义短片引用
6.2 STF
<s>Deprecated. Defines strikethrough text
[不推荐]定义文字的下横线
3.03.0TF
<samp>Defines sample computer code
定义计算机代码的样本
3.03.0STF
<script>Defines a script
定义脚本
3.03.0STF
<select>Defines a selectable list
定义可选的列
3.03.0STF
<small>Defines small text
定义小字
3.03.0STF
<span>Defines a section in a document
定义文档的区
4.03.0STF
<strike>Deprecated. Defines strikethrough text
[不推荐] 定义下横线
3.03.0TF
<strong>Defines strong text
定义加强字
3.03.0STF
<style>Defines a style definition
定义样式
4.03.0STF
<sub>Defines subscripted text
定义下标文字
3.03.0STF
<sup>Defines superscripted text
定义上标文字
3.03.0STF
<table>Defines a table
定义表格
3.03.0STF
<tbody>Defines a table body
定义表格的body
 4.0STF
<td>Defines a table cell
定义表格的单元
3.03.0STF
<textarea>Defines a text area
定义文字区
3.03.0STF
<tfoot>Defines a table footer
定义表格的脚底
 4.0STF
<th>Defines a table header
定义表格的标题
3.03.0STF
<thead>Defines a table header
定义表格的标题
 4.0STF
<title>Defines the document title
定义文档的标题
3.03.0STF
<tr>Defines a table row
定义表格的行
3.03.0STF
<tt>Defines teletype text
定义电报文字
3.03.0STF
<u>Deprecated. Defines underlined text
[不推荐]定义文字下行线
3.03.0TF
<ul>Defines an unordered list
定义无序列表
3.03.0STF
<var>Defines a variable
定义变量
3.03.0STF
<xmp>Deprecated. Defines preformatted text
[不推荐]定义文字格式
3.03.0 
 
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值