Skip to content

[html] 第40天 html5都有哪些新的特性?移除了哪些元素? #148

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第40天 html5都有哪些新的特性?移除了哪些元素?

Activity

rocky-191

rocky-191 commented on May 26, 2019

@rocky-191

语义化的标签,header,footer,nav,section,article等。表单类型增多,date,datetime,email,range,url,time等。视频音频标签,localstorage,sessionstorage等。canvas,拖动的api。移除了basefont,big,center,font,s,strike,tt,u,frame,frameset,noframes;

Konata9

Konata9 commented on Sep 19, 2019

@Konata9

新增特性

  • canvas
  • svg
  • video
  • drag & drop
  • localStorage/sessionStorage
  • 语义化标签: header/nav/section/article/footer
  • input 类型: date/datetime/email/range

移除元素

  • applet
  • big
  • font
  • frame/frameset

参考文章: HTML5新增及移除的元素

smile-2008

smile-2008 commented on Oct 12, 2020

@smile-2008

新增特性
canvas
svg
video
drag & drop
localStorage/sessionStorage
语义化标签: header/nav/section/article/footer
input 类型: date/datetime/email/range
移除元素
applet
big
font
frame/frameset

smile-2008

smile-2008 commented on Oct 30, 2020

@smile-2008

新增特性

  • canvas
  • svg
  • video
  • drag & drop
  • localStorage/sessionStorage
  • 语义化标签: header/nav/section/article/footer
  • input 类型: date/datetime/email/range

移除元素

  • applet
  • big
  • font
  • frame/frameset

参考文章: HTML5新增及移除的元素

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @smile-2008@haizhilin2013@Konata9@rocky-191

        Issue actions

          [html] 第40天 html5都有哪些新的特性?移除了哪些元素? · Issue #148 · haizlin/fe-interview