zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    通过Ajax的方式执行GP服务
    Arcgis for js之GP实现缓冲区计算
    sde用sql实现erase
    OL2中设置鼠标的样式
    OL2中重置地图DIV大小后地图的联动
    OL2中的多地图联动展示
    Codeforces Round #357 (Div. 2) Heap Operations
    POJ-1847 Tram
    【转】一些图论、网络流入门题总结、汇总
    POJ-2398 Toy Storage
  • 原文地址:https://www.cnblogs.com/joycefan311/p/5654428.html
Copyright © 2011-2022 走看看