HTML5新增标签大概汇总
语义化标签
1. header
2. nav
3. section
4. footer
5. article
视频、音频标签
1.video
<video src="video" autoplay muted controls loop poster="pictures"></video>
2.audio
<audio src="" autoplay controls loop></audio>
Input表单
<input type="text" type="number" type="tel" type="search" type="time">
表单属性
<input type="text" placeholder="" required autocomplete="on/off" multiple>
还没有评论,来说两句吧...