Pages

Difference Between html and html5



Difference Between html and html5

Hello friends today we will discus some important Difference Between HTML and HTML5; the most important differences are html is old technology and HTML5 is new, HTML5 supported by all new browser only but HTML support all web browser.
Difference Between html and html5

Difference Between html and html5

Some new tag are use in Html5, some of them are given below;

<header>, <footer>, <audio>, <video>, <nag>

<nav> Tag: It is used for give navigation links of web page.
<header> Tag: it is used for create header area of web page.
<Footer> Tag: It is used for create footer area of web page.
<audio> and <video> Tag : These tags are used for add audio and video files on web page.
<canvas> Tag : it is used for draw graphic on web page.

Canvas Tag

<!DOCTYPE>
<html>
<body>
<canvas id="canvasid" width="300" height="200" style="border:4px solid #F00;">
</canvas>
</body>
</html>

Footer Tag

<!DOCTYPE>
<html>
<body>
<footer> </footer>
</canvas>
</body>
</html>

Header Tag

<!DOCTYPE>
<html>
<body>
<header> </header>
</canvas>
</body>
</html>
I hope this article is helpful for you. For read in detail you can visit our website; Difference Between html and html5


2 comments

 

Most Reading