HTML5 元素类型

块元素      新行开始   h1,2,3,4,5,6      p       ul         div  

内联元素  不以新行开始         b       a    img    span

框架

<frameset cols="25%,75%">

   <frame src="frame_a.htm">

   <frame src="frame_b.htm">

</frameset>

类型元素:

根类           html

元数据类       head      title    base    link   meta   style

脚本类        script     noscript

分节类        body     nav      h1,h2,h3,h4,h5,h6     footer    

           section element    ariticle    aside   header   address

分组类        p     pre    hr   dialog   br    blockquote    

           ol     dl     ul   dt   li     dd

内联语义类     a  q   cite   em     strong    small     mark    dfn 

          abbr    time    progress     meter    code    var 

          samp    kbd    sub  sup      span    i     b     bdo

          ruby    rt    rp

编辑类           ins     del

嵌入类       figure      img     iframe     embed     object    param

            video       audio     source    canvas   map     area 

表格类       table    caption    colgroup      col     tbody    thead

          tfoot     tr      td      th

表单类       form      fieldset     label      input       button     select

          datalist    optgroup     option    textarea    output    

交互类       details      command       bb      menu    

其他类型        legend    div

原文地址:https://www.cnblogs.com/joycefan311/p/5654428.html