Skip to content

HTML5 新特性

新增语义化元素

  • <article>
  • <section>
  • <header>
  • <footer>
  • <main>
  • <figure>
  • <figcaption>
  • <mark>
  • <progress>
  • <output>
  • <meter>

表单控件增强

  • 日期选择器
  • 颜色选择器
  • 范围选择器

本地存储

  • localStorage:永久性存储。
  • sessionStorage:会话级存储。

Web APIs

  • Canvas API:绘图。
  • Geolocation API:获取地理位置。
  • Drag and Drop API:拖放操作。