+ 3
What is the difference between normal html and html5
4 Antworten
+ 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
+ 3
conclusion >>> HTML5 is advanced version of HTML
+ 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
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