我是靠谱客的博主 机智咖啡豆,最近开发中收集的这篇文章主要介绍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

最后

以上就是机智咖啡豆为你收集整理的HTML5 元素类型的全部内容,希望文章能够帮你解决HTML5 元素类型所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(55)

评论列表共有 0 条评论

立即
投稿
返回
顶部