What is the difference between normal html and html5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the difference between normal html and html5

10th Jun 2017, 1:25 AM
Ranya Chkondalyy
Ranya Chkondalyy - avatar
4 Answers
+ 12
There are quite a few new things in HTML5 such as: "New Elements in HTML5 <article>, <aside>, <audio>, <canvas>, <datalist>, <details>, <embed>, <footer>, <header>, <nav>, <output>, <progress>, <section>, <video>, and even more!" Forms and Integrated API are also slightly different Source: SoloLearn -> HTML Course -> HTML5
10th Jun 2017, 1:36 AM
Jafca
Jafca - avatar
+ 3
conclusion >>> HTML5 is advanced version of HTML
10th Jun 2017, 2:41 AM
#Happy@777
#Happy@777 - avatar
+ 1
there's​ nothing like normal html... html is a markup language whereas html5 is the version of html.. i.e there's lots of changes from html very basic version to now the html5.. it has shortened the doctype to <!DOCTYPE html> html5 has new semantics and new features.. it has included header, nav, section, article, aside etc.. u can now add caption to the images by using <figure> tag and nesting figcaption in it.. and webstorage, local storage, session storage you can now embed video and audio directly using <video> and <audio> tag geolocation is another good feature canvas is also added and much more
10th Jun 2017, 1:39 AM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
0
One of the most exciting new feature in HTML5 is APIs. This is a tutorial on how using LocalStorage API to manage website theme based on the user preferences: https://youtu.be/V9LDYSzNtrw
13th Jun 2017, 4:14 PM
Dr. Ramzi FARHAT