html元素
tel:格式<input type=“tel”/>
一、结构元素
header:表示一个页面中一个内容区块或整个页面的标题
footer、section、article、aside、nav、main、figure
二、功能元素
hgroup、video、audio、embed、mark、dialog、bdi、figcaption、time、canvas、output、source、menu、rt、rp、wbr、command、details、summary、datalist、datagrid、keygen、progress、meter、track
三、表单元素
tel:格式<input type=“tel”/> 必须输入电话号码的文本框
search:格式<input type=“search”/> 搜索文本框
url:格式<input type=“url”/> 必须输入url的文本框
email:格式<input type=“email”/> 必须输入电子邮件的文本框datetime:格式<input type=“datetime”/> 日期和时间的文本框
date:格式<input type=“date”/> 日期文本框
month:格式<input type=“month”/> 月份文本框
week:格式<input type=“week”/> 周几文本框
time:格式<input type=“time”/> 时间文本框datetime-local:格式<input type=“datetime-local”/> 本地日期和时间
number:格式<input type=“number”/> 必须输入数字
range:格式<input type=“range”/> 范围color:格式<input type=“color”/> 颜色

浙公网安备 33010602011771号