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

  • 相关阅读:
    【Luogu】P3369 【模板】普通平衡树(树状数组)
    文艺平衡树 lg3391(splay维护区间入门)
    普通平衡树 lg3369
    noip2018游记
    webview与壳交互的几种方式
    iOS、Android 之类的如何调试 Web APP
    box-sizing属性
    Hybridapp /webapp调试工具
    DOS 批处理高级教程精选合编
    瀑布流Masonry学习
  • 原文地址:https://www.cnblogs.com/joycefan311/p/5654428.html
Copyright © 2011-2022 走看看