【 tulaoshi.com - Web开发 】
                             
                            按功能排列  
  NN:表明哪个早期Netscape版本支持这个标签  
  IE:表明哪个早期InternetExplorer版本支持这个标签  
  DTD:表明符合XHTML1.0DTD何级别的定义.S=Strict(严格),T=Transitional(过渡),andF=Frameset(框架)  
  开始标签用途(Purpose)NNIEDTD  
  基本标签  
  !DOCTYPE?文档类型(Definesthedocumenttype)STF  
  htmlhtml文档(Definesahtmldocument)3.03.0STF  
  bodybody元素(Definesthebodyelement)3.03.0STF  
  h1toh6标题1--标题6(Definesheader1toheader6)3.03.0STF  
  p段落(Definesaparagraph)3.03.0STF  
  br/换行(Insertsasinglelinebreak)3.03.0STF  
  hr/水平线(Definesahorizontalrule)3.03.0STF  
  !--...--注释(Definesacomment)3.03.0STF  
  CharFormat  
  b粗体文本(Definesboldtext)3.03.0STF  
  font文字的外观,大小和颜色(Definesthefontface,size,andcoloroftext)3.03.0TF  
  i文本为斜体(Definesitalictext)3.03.0STF  
  em文本为重要(Definesemphasizedtext)?3.03.0STF  
  big文本增大(Definesbigtext)3.03.0STF  
  strong文本为非常重要(Definesstrongtext)3.03.0STF  
  small文本缩小(Definessmalltext)3.03.0STF  
  sup文本上标(Definessuperscriptedtext)3.03.0STF  
  sub文本下标(Definessubscriptedtext)3.03.0STF  
  bdo???(Definesthedirectionoftextdisplay)6.25.0STF  
  u文本下划线(Definesunderlinedtext)3.03.0TF  
  输出  
  pre预先格式(保留文件中空格的大小)(Definespreformattedtext)3.03.0STF  
  code码(显示源码用)(Definescomputercodetext)3.03.0STF  
  tt打印机字体(Definesteletypetext)3.03.0STF  
  kbd键盘(Defineskeyboardtext)3.03.0STF  
  dfn定义(Defines?adefinitionterm)?3.0STF  
  var变数(Definesavariable)3.03.0STF  
  samp样本(Definessamplecomputercode)3.03.0STF  
  xmp不赞成使用,使用pre代替(Deprecated.Definespreformattedtext.Usepreinstead)3.03.0  
  结构性定义  
  acronym只取首字母的缩写词(Definesanacronym)6.24.0STF  
  abbr缩写(Definesanabbreviation)6.2?STF  
  address地址(Definesanaddresselement)4.04.0STF  
  blockquote引文区块(Definesanlongquotation)3.03.0STF  
  center句中对齐(Definescenteredtext)3.03.0TF  
  q引用短语(Definesashortquotation)6.24.0STF  
  cite引文(Definesacitation)3.03.0STF  
  ins插入(Definesinsertedtext)6.24.0STF  
  del删除(Definesdeletedtext)6.24.0STF  
  s删除线(Definesstrikethroughtext)3.03.0TF  
  strike删除线(Definesstrikethroughtext)3.03.0TF  
  链接  
  a链接(Definesananchor)3.03.0STF  
  link资源参考??(Definesaresourcereference)4.03.0STF  
  框架  
  frame定义个别视框(Definesasubwindow(aframe))3.03.0F  
  frameset视框格式总定义(Definesasetofframes)3.03.0F  
  noframes无视框时的内容(Definesanoframesection)3.03.0TF  
  iframe定义嵌入视图(Definesaninlinesubwindow(frame))6.04.0TF  
  输入  
  form定义表单(Definesaform)3.03.0STF  
  input/定义输入域(Definesaninputfield)3.03.0STF  
  textarea输入区换行方式(Definesatextarea)3.03.0STF  
  button按钮(Definesapushbutton)6.24.0STF  
  select下拉式选单(Definesaselectablelist)3.03.0STF  
  optgroup选项组(Definesanoptiongroup)6.06.0STF  
  option列表选项(Definesaniteminalistbox)3.03.0STF  
  label标签(用于表单控制?)(Definesalabel?foraformcontrol)  
  6.24.0STF  
  fieldset域(Definesafieldset)6.24.0STF  
  legend域标题(Definesatitleinafieldset)6.24.0STF  
  isindex不建议使用(可搜寻,使用input代替)(Deprecated.Definesasingle-lineinputfield.Useinputinstead)3.03.0TF  
  列举  
  ul无次序式列举(Definesanunorderedlist)3.03.0STF  
  ol有次序式列举(Definesanorderedlist)3.03.0STF  
  li每条项目列表(Definesalistitem)3.03.0STF  
  dir目录式列举(Definesadirectorylist)3.03.0TF  
  dl定义式列举(Definesadefinitionlist)3.03.0STF  
  dt定义项目(Definesadefinitionterm)3.03.0STF  
  dd定义说明(Definesadefinitiondescription)3.03.0STF  
  menu菜单列表(Definesamenulist)3.03.0TF  
  图片  
  img/图片(Definesanimage)3.03.0STF  
  map图片地图(Definesanimagemap)?3.03.0STF  
  area/图片热点(Definesanareainsideanimagemap)3.03.0STF  
  表格  
  table表格(Definesatable)3.03.0STF  
  caption表格抬头(Definesatablecaption)3.03.0STF  
  th表格标题(Definesatableheader)3.03.0STF  
  tr行(Definesatablerow)3.03.0STF  
  td单元格(列)(Definesatablecell)3.03.0STF  
  thead定义表格头(Definesatableheader)4.0STF  
  tbody定义表格主体(Definesatablebody)4.0STF  
  tfoot定义表格脚(Definesatablefooter)4.0STF  
  col定义特有特征(Definesattributesfortablecolumns)?3.0STF  
  colgroup定义特征集合(Definesgroupsoftablecolumns)3.0STF  
  样式  
  style样式定义(Definesastyledefinition)4.03.0STF  
  div在文档中定义一个区域(Definesasectioninadocument)3.03.0STF  
  span在文档中定义一个区域(Definesasectioninadocument)4.03.0STF  
  头信息  
  head定语关于文档的信息(Definesinformationaboutthedocument)3.03.0STF  
  title定义文档标题(Definesthedocumenttitle)3.03.0STF  
  meta定义背景资讯(Definesmetainformation)3.03.0STF  
  base/基本文档中所有链接的基准(DefinesabaseURLforallthelinksinapage)3.03.0STF  
  basefont/定义基本字体(Definesabasefont)3.03.0TF  
  脚本、引用外部对象相关  
  script定义脚本(Definesascript)3.03.0STF  
  noscript定义无脚本的显示区域(Definesanoscriptsection)3.03.0STF  
  applet定义java程序(Definesanapplet)2.03.0TF  
  object定义内嵌对象(Definesanembeddedobject)?3.0STF  
  param定义对象的参数(Definesaparameterforanobject)3.03.0STF