当前位置: 首页 > 网络学院 > 网页制作基础教程 > HTML > 标签列表

HTML
HTML 介绍
HTML 元素
HTML 基本标签
HTML 格式
HTML 实体字符
HTML 链接
HTML 框架
HTML 表格
HTML 列表
HTML 表单
HTML 图片
HTML 背景
HTML 颜色
HTML 颜色值
HTML 颜色名
HTML 便条
HTML 布局
HTML 字体
HTML 4.0
HTML 样式

HTML 中的 标签列表


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 839 ::
收藏到网摘: n/a

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

评论 (0) All

登陆 | 还没注册?