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

  • 相关阅读:
    使用CablleStatement调用存储过程
    权限问题
    全文检索lucene6.1的检索方式
    spring的JdbcTemplate
    spring使用注解开发
    IDEA的快捷键:
    IDEA里面的facets和artifacts的讲解
    Hibernate---criteria的具体使用列子
    关于操作日期函数及其取范围
    hibernate---crateria
  • 原文地址:https://www.cnblogs.com/joycefan311/p/5654428.html
Copyright © 2011-2022 走看看