HTML5 new elements

<canvas> new element

标签 描述
<canvas> 标签定义图形,比如图表和其他图像。该标签基于 JavaScript 的绘图 API

New multimedia elements

Label describe
<audio> define audio content
<video> Define video (video or movie)
<source> Define multimedia resources <video> and <audio>
<embed> Define embedded content, such as plugins.
<track> Specifies an external text track for media such as <video> and <audio> elements.

new form element

Label describe
<datalist> Define a list of options. Use this element in conjunction with the input element to define possible values ​​for the input.
<keygen> Specifies the key pair generator field to use for the form.
<output> Define different types of output, such as the output of a script.

New semantic and structural elements

标签 描述
<article> 定义页面独立的内容区域。
<aside> 定义页面的侧边栏内容。
<bdi> 允许您设置一段文本,使其脱离其父元素的文本方向设置。
<command> 定义命令按钮,比如单选按钮、复选框或按钮
<details> 用于描述文档或文档某个部分的细节
<dialog> 定义对话框,比如提示框
<summary> 标签包含 details 元素的标题
<figure> 规定独立的流内容(图像、图表、照片、代码等等)。
<figcaption> 定义 <figure> 元素的标题
<footer> 定义 section 或 document 的页脚。
<header> 定义了文档的头部区域
<mark> 定义带有记号的文本。
<meter> 定义度量衡。仅用于已知最大和最小值的度量。
<nav> 定义导航链接的部分。
<progress> 定义任何类型的任务的进度。
<ruby> 定义 ruby 注释(中文注音或字符)。
<rt> 定义字符(中文注音或字符)的解释或发音。
<rp> 在 ruby 注释中使用,定义不支持 ruby 元素的浏览器所显示的内容。
<section> 定义文档中的节(section、区段)。
<time> 定义日期或时间。
<wbr> 规定在文本中的何处适合添加换行符。

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325642712&siteId=291194637