What's the key difference between HTML 4 and HTML 5?

后端 未结 8 1773
走了就别回头了
走了就别回头了 2020-12-02 03:49

What are the key differences between HTML4 and HTML5 draft?

Please keep the answers related to changed syntax and added/removed html elements.

8条回答
  •  借酒劲吻你
    2020-12-02 04:38

    You might be interested in this list of HTML5 elements and attributes.

    Also, please note that it's "HTML 4", not "HTML4". Indeed, for HTML 5, both variants are used, but there is an important difference in meaning. HTML 5 refers to the name of the W3C specification, whereas "HTML5" is the document type of those HTML files with a text/html MIME type that follow this spec. The same goes for XHTML 5 vs. XHTML5.

提交回复
热议问题