Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
haizhilin2013 opened this issue May 25, 2019 · 4 comments
Labels
html html

Comments

@haizhilin2013
Copy link
Collaborator

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

@haizhilin2013 haizhilin2013 added the html html label May 25, 2019
@rocky-191
Copy link

语义化的标签,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
Copy link

Konata9 commented Sep 19, 2019

新增特性

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

移除元素

  • applet
  • big
  • font
  • frame/frameset

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

@MrZ2019
Copy link

MrZ2019 commented Oct 12, 2020

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

@MrZ2019
Copy link

MrZ2019 commented Oct 30, 2020

新增特性

  • 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
Labels
html html
Projects
None yet
Development

No branches or pull requests

4 participants