HTML5新增特性

HTML5 新的 表单类型

HTML5 拥有多个新的表单输入类型。这些新特性提供了更好的输入控制和验证。

新的输入类型:

email、url、number、range、Date pickers (date, month, week, time, datetime, datetime-local)、search、color。

新的表单元素:

datalist、keygen、output

表单属性:

autocomplete、autofocus、form、form overrides (formaction, formenctype, formmethod, formnovalidate, formtarget)、height 和 width、list、min, max 和 step multiple、pattern (regexp)、placeholder、required

用于绘画的 canvas 元素

用于媒介回放的 video 和 audio 元素

对本地离线存储的更好的支持

新的特殊内容元素,比如 article、footer、header、nav、section

新的表单控件,比如 calendar、date、time、email、url、search

原文地址:https://www.cnblogs.com/alaner/p/9583768.html