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

后端 未结 8 1761
走了就别回头了
走了就别回头了 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:50

    HTML 5 invites you give add a lot of semantic value to your code. What's more, there are natives solution to embed multimedia content.

    The rest is important, but it's more technical sugar that will save you from doing the same stuff with a client programming language.

提交回复
热议问题