+ 1
Html vs Html5
what is the difference bw html and html5?
5 Respuestas
+ 12
Here is a detailed account of the differences from the guys who write the HTML standards:
https://www.w3.org/TR/html5-diff/
+ 8
one key difference is the new html 5 semantic (meaningful) elements such as header main nav footer article aside. the input element also has many new semantic type attribute values such as date, email, tel, color...
so html 5 provides better meaning to your content. the technical term is that it's more semantic. it doesnt rely on so many nonsemantic div tags.
+ 2
so HTML-5 docs start with doctype HTML and some unused code is no longer supported and there are some new code bits
+ 1
Need some more Elaboration!!!
0
thanks for the source 👍👍👍