我是靠谱客的博主 自由哑铃,最近开发中收集的这篇文章主要介绍HTML5文件元素的分类有哪些,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

本教程操作环境:windows10系统、HTML5版本、Dell G3电脑。

HTML5文件元素的分类有哪些

在 HTML5 中将元素进行了分类,用于详细地规定子元素在父元素中的合理性。具体的类别如下:

  • 元数据内容(Metadata content)

  • 流式内容(Flow content)

  • 章节内容(Sectioning content)

  • 标题内容(Heading content)

  • 短语内容(Phrasing content)

  • 嵌入内容(Embedded content)

  • 交互式内容(Interactive content)

它们之间的关系如下:

元数据内容(Metadata content)

元数据内容被定义为用于设置其他内容的呈现或行为,或设置文档与其他文档的关系,以及传达其他信息的内容,它包括:

base link meta noscript script style template title

流式内容(Flow content)

流式内容是指可以放在 body 中的,可以用于组织文档内容的元素,它包括:

a abbr address area (如果是 map 元素的后代)article aside audio b bdi bdo blockquote br 
button canvas cite code data datalist del details dfn dialog div dl em embed fieldset 
figure footer form h1 h2 h3 h4 h5 h6 header hgroup hr i iframe img input ins kbd label 
link (如果 在 body 中允许)main map mark MathML math menu meta (如果 itemprop 属性存在)
meter nav noscript object ol output p picture pre progress q ruby s samp script section 
select slot small span strong sub supSVG svg table template textarea time u ul var video
wbr 自主的 custom element 文本内容
登录后复制

章节内容(Section content)

章节内容是指用于定义标题和页面内容区域的元素,它包括:

article aside nav section
登录后复制

标题内容(Heading content)

标题内容是指用于定义章节标题内容的元素,它包括:

h1 h2 h3 h4 h5 h6 hgroup
登录后复制

短语内容(Phrasing content)

短语内容是指文档中可以以行内的形式展示的元素,它包括:

a abbr area (如果是 map 元素的后代)audio b bdi bdo br button canvas cite code data datalist 
del dfn em embed i iframe img input ins kbd label link(如果 在 body 中允许)map mark MathML 
math meta (如果 itemprop 属性存在)meter noscript object output picture progress q ruby s 
samp script select slot small span strong sub sup SVG svg template textarea time u var video 
wbr自主的 custom element 文本内容
登录后复制

嵌入内容(Embeded content)

嵌入内容是指需要引入其他资源的元素,它包括:

audio canvas embed iframe img MathML math object picture SVG svg video
登录后复制

交互式内容(Intersection content)

交互式内容是指会和用户尝试交互行为的元素,它包括:

a(如果 href 属性存在)audio(如果 controls 属性存在) button details embed iframe
img(如果 usemap 属性存在)input(如果type属性存在)label object(如果 usemap 属性
存在)select textarea video(如果 controls 属性存在)
登录后复制

(学习视频分享:css视频教程、html视频教程)

以上就是HTML5文件元素的分类有哪些的详细内容,更多请关注靠谱客其它相关文章!

最后

以上就是自由哑铃为你收集整理的HTML5文件元素的分类有哪些的全部内容,希望文章能够帮你解决HTML5文件元素的分类有哪些所遇到的程序开发问题。

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

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

评论列表共有 0 条评论

立即
投稿
返回
顶部