Skip to content

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

Open
@siyuan25

Description

@siyuan25

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions