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

What has been deprecated, and what is new on HTML5? #11

Open
siyuan25 opened this issue Sep 6, 2021 · 0 comments
Open

What has been deprecated, and what is new on HTML5? #11

siyuan25 opened this issue Sep 6, 2021 · 0 comments

Comments

@siyuan25
Copy link
Contributor

siyuan25 commented Sep 6, 2021

What has been deprecated, and what is new on HTML5?

  • HTML is not the subset of SGML (Standard Generalized Markup Language) anymore. Now, HTML5 added more functions about picture, location, and multitask,

    • canvas
    • video, audio
    • localStorage - used for storing data offline, last for a long time, and will not lose data after closing the browser
    • sessionStorage - same to localStorage, but lose data after closing the browser
    • More semantics labels, such as article, footer, header, nav, section
    • Form components, calendar, date, time, email, URL, search
  • Deprecated labels

    • basefont, big, center, font, s, strike, tt, u, frame
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant