H5

HTML5

html5语义化

标签:

头部:header

导航:nav

大片内容:article

底部脚注:footer

section

表单

type="email"  邮箱

type="url"      网址

type="number"  年龄   

type="date"    日期

type="month" 年月

type="week"  年周

type="time"  时间

type="datetime"  时间

type="datetime-local"  本地时间

type="search"    搜索

type="tel"          电话

type="range"    滑动条

type="color"    颜色

注:

number 数字域 min最小值 max最大值 step步长

date 年月日 month年月 week年周 time时分 datetime年月日时分UTC  datetime-local本地时间

search搜索域 tel电话号码  range滑动条 color颜色拾色器

autocomplete 自动补全 on/off

required 必填项

autofocus 自动聚焦

导入音频视频

audio  音频

vedio  视频

poster 为视频设置一个背景图片

音视频兼容

 

 

Your browser does not support the audio tag.

你可能感兴趣的:(H5)