H5新增标签
1.结构标签 (双)
- header 头面 页面头部 section的头部
- footer 页脚
- nav 导航
- aside 侧边栏
- main 主体内容
- section 小节
- article 文章
- details 属性open
- summary
- dialog 对话框 属性 open
2.文本标签
- mark 标记
- time 时间
- meter 度量 温度/电量/容量
- 属性 max/min/value/low/high/optimum
- progress 进度 完成了多少
- 属性 max/value
- wbr 单词内换行 单
- ruby 汉语拼音
- rt 汉语拼音
3. 图像
- figure 独立文档流 如文章插图
- figcaption figure的标题
- canvas 画布
4.列表标签 兼容性差
- menu
- menuitem
- command
5.多媒体标签
-
video
- src
- width
- height
- controls
- autoplay
- muted
- loop
- poster
- preload
-
audio
- src
- controls
- autoplay
- loop
- muted
- preload
-
source 单
- src
- type 指定音视频的 MIME类型
MIME类
1.图片
- .jpg image/jpeg
- jpeg image/jpeg
- .gif image/gif
- .png image/png
2. 文本类
- .html text/html
- .css text/css
3.可执行文件
.exe application/