How HTML differ from HTML5? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

How HTML differ from HTML5?

24th Nov 2016, 6:57 AM
Muthukumaran Chellaperumal
Muthukumaran Chellaperumal - avatar
4 ответов
+ 26
HTML5 is the version of HTML.The main difference between HTML and HTML 5 is that video and audio are not part of HTML while these both are integral parts of HTML5 specifications. 
24th Nov 2016, 7:15 AM
Remmae
Remmae - avatar
+ 3
HTML5 is an update to HTML4 only ;) Add and remove some tags.
27th Nov 2016, 2:05 PM
AVATAR
AVATAR - avatar
+ 2
To end up Remmae's answer I'm gonna say that you've some new tags available like: <header></header> <nav></nav> <section></section> <article></article> <footer></footer>
24th Nov 2016, 10:24 AM
Jakub Stasiak
Jakub Stasiak - avatar
+ 1
HTML5 is an update of HTML4. This has been brought by an idea of mobile response first. Hence its easier to develop a hybrid mobile app in HTML5 than on old HTML versions. Some of the differences include but not limited to additional functionalities, accelerated mobile development, media management, UI enhancements and integrations with other frameworks and programs.
27th Nov 2016, 2:35 PM
Lloyd Mwaluku
Lloyd Mwaluku - avatar