+ 2
What is the difference between HTML and HTML 5?
is anything different between them or html 5 is just an update of html?
1 Answer
+ 6
It's an update, but as with most updates it brought some new stuff and it deleted some old stuff.
<marquee> supported in HTML4, not in HTML5
<nav> not supported in HTML4, new in HTML5
and so on.