泰州电脑学习网  
收藏本站
  当前位置 : 首页 >> 网站建设 >> HTML专栏 >>
网页标准建站参考:XHTML 1.0 参考
来源:本站 日期:2007-7-26 点击:
     基本标签    <!DOCTYPE>?文档类型(Defines the document type)  STF<html>html文档(Defines a html document)3.03.0STF<body>body元素(Defines the body element)3.03.0STF<h1> to <h6>标题1 -- 标题6(Defines header 1 to header 6)3.03.0STF<p>段落(Defines a paragraph)3.03.0STF<br />换行(Inserts a single line break)3.03.0STF<hr />水平线(Defines a horizontal rule)3.03.0STF<!--...-->注释(Defines a comment)3.03.0STF     Char Format    <b>粗体文本(Defines bold text)3.03.0STF<font>文字的外观,大小和颜色(Defines the font face, size, and color of text)3.03.0TF<i>文本为斜体(Defines italic text)3.03.0STF<em>文本为重要(Defines emphasized text)?3.03.0STF<big>文本增大(Defines big text)3.03.0STF<strong>文本为非常重要(Defines strong text)3.03.0STF<small>文本缩小(Defines small text)3.03.0STF<sup>文本上标(Defines superscripted text)3.03.0STF<sub>文本下标(Defines subscripted text)3.03.0STF<bdo>???(Defines the direction of text display)6.25.0STF<u>文本下划线(Defines underlined text)3.03.0TF     输出    <pre>预先格式(保留文件中空格的大小)(Defines preformatted text)3.03.0STF<code>码(显示源码用)(Defines computer code text)3.03.0STF<tt>打印机字体(Defines teletype text)3.03.0STF<kbd>键盘(Defines keyboard text)3.03.0STF<dfn>定义(Defines?a definition term)?3.0STF<var>变数(Defines a variable)3.03.0STF<samp>样本(Defines sample computer code)3.03.0STF<xmp>结构性定义    <acronym>只取首字母的缩写词(Defines an acronym)6.24.0STF<abbr>缩写(Defines an abbreviation)6.2?STF<address>地址(Defines an address element)4.04.0STF<blockquote>引文区块(Defines an long quotation)3.03.0STF<center>句中对齐(Defines centered text)3.03.0TF<q>引用短语(Defines a short quotation)6.24.0STF<cite>引文(Defines a citation)3.03.0STF<ins>插入(Defines inserted text)6.24.0STF<del>删除(Defines deleted text)6.24.0STF<s>删除线(Defines strikethrough text)3.03.0TF<strike>删除线(Defines strikethrough text)3.03.0TF     链接    <a>链接(Defines an anchor)3.03.0STF<link>资源参考??(Defines a resource reference)4.03.0STF     框架    <frame>定义个别视框(Defines a sub window (a frame))3.03.0F<frameset>视框格式总定义(Defines a set of frames)3.03.0F<noframes>无视框时的内容(Defines a noframe section)3.03.0TF<iframe>定义嵌入视图(Defines an inline sub window (frame))6.04.0TF     输入    <form>定义表单(Defines a form)3.03.0STF<input />定义输入域(Defines an input field)3.03.0STF<textarea>输入区换行方式(Defines a text area)3.03.0STF<button>按钮(Defines a push button)6.24.0STF<select>下拉式选单(Defines a selectable list)3.03.0STF<optgroup>选项组(Defines an option group)6.06.0STF<option>列表选项(Defines an item in a list box)3.03.0STF<label>

标签(用于表单控制?)(Defines a label?for a form control)

6.24.0STF<fieldset>域(Defines a fieldset)6.24.0STF<legend>域标题(Defines a title in a fieldset)6.24.0STF<isindex>列举    <ul>无次序式列举(Defines an unordered list)3.03.0STF<ol>有次序式列举(Defines an ordered list)3.03.0STF<li>每条项目列表(Defines a list item)3.03.0STF<dir>目录式列举(Defines a directory list)3.03.0TF<dl>定义式列举(Defines a definition list)3.03.0STF<dt>定义项目(Defines a definition term)3.03.0STF<dd>定义说明(Defines a definition description)3.03.0STF<menu>菜单列表(Defines a menu list)3.03.0TF     图片    <img />图片(Defines an image)3.03.0STF<map>图片地图(Defines an image map)?3.03.0STF<area />图片热点(Defines an area inside an image map)3.03.0STF     表格    <table>表格(Defines a table)3.03.0STF<caption>表格抬头(Defines a table caption)3.03.0STF<th>表格标题(Defines a table header)3.03.0STF<tr>行(Defines a table row)3.03.0STF<td>单元格(列)(Defines a table cell)3.03.0STF<thead>定义表格头(Defines a table header) 4.0STF<tbody>定义表格主体(Defines a table body) 4.0STF<tfoot>定义表格脚(Defines a table footer) 4.0STF<col>定义特有特征(Defines attributes for table columns)? 3.0STF<colgroup>定义特征集合(Defines groups of table columns) 3.0STF     样式    <style>样式定义(Defines a style definition)4.03.0STF<div>在文档中定义一个区域(Defines a section in a document)3.03.0STF<span>在文档中定义一个区域(Defines a section in a document)4.03.0STF     头信息    <head>定语关于文档的信息(Defines information about the document)3.03.0STF<title>定义文档标题(Defines the document title)3.03.0STF<meta>定义背景资讯(Defines meta information)3.03.0STF<base />基本文档中所有链接的基准(Defines a base URL for all the links in a page)3.03.0STF<basefont />定义基本字体(Defines a base font)3.03.0TF     脚本、引用外部对象相关    <script>定义脚本(Defines a script)3.03.0STF<noscript>定义无脚本的显示区域(Defines a noscript section)3.03.0STF<applet>定义java程序(Defines an applet)2.03.0TF<object>定义内嵌对象(Defines an embedded object)?3.0STF<param>定义对象的参数(Defines a parameter for an object)3.03.0STF


责任编辑:不详


按功能排列

  • NN: 表明哪个早期Netscape版本支持这个标签
  • IE: 表明哪个早期Internet Explorer版本支持这个标签
  • DTD: 表明符合XHTML 1.0 DTD 何级别的定义 . S=Strict(严格), T=Transitional(过渡), and F=Frameset(框架)

开始标签用途(Purpose)NNIEDTD
打印本文 关闭本页 返回页首
相关文章
·XHTML+CSS的目的和好处(WEB标准的目的和好处... ·网页制作小技巧
·Robots Meta标签及其用法 ·网页初学者的参考:HTML标记手册
·网页制作深入学习之重新认识 button 标签 ·HTML中DOCTYPE的定义及用法
·XHTML1.0中允许使用的所有HTML元素列表 ·方法汇总 禁止查看网页源代码全攻略
·网页代码小技巧 ·HTML网页制作基础教程(3):常用标记讲解
·HTML网页制作基础教程(2):标记的写法 ·HTML网页制作基础教程(1):认识HTML
·WHATWG发布HTML5标准草案 ·如果你想做Web2.0网站应该注意这些问题
·通过XHTML校验应该注意的6个细节问题 ·HTML标签语义 科学合理的运用HTML标签
  热点文章
·键盘操作大全
·如何重装xp系统图解
·神奇地加快XP宽带上...
·如何组装一台电脑
·电脑组装全教程
·五笔字型输入法
·让QQ永久在线——挂...
·bios设置图解教程
  推荐文章
·最新驱动下载
·什么是Google优化
·网站备案绕过手机验证...
·电脑无法启动的特殊故...
·启动“黑屏”故障检修...
·几种主板BIOS报警声音...
·网管维护局域网技巧大...
·网络经典命令行
  相关文章
网站首页 | 关于我们 | 在线学习 | 业务联系 | 版权声明 | 联系方式 | 留言/建议/投诉 | 技术交流
客服邮箱:web@0523pc.com  QQ:43957884
 版权所有、肆意抄袭、模仿必究 泰州电脑© 2004 苏ICP备07003435号