Quick Links
Welcome to HTML-5 ! HTML 5 provides details of all 40+ HTML tags including audio, video, header, footer, data, datalist, article etc. This HTML is designed for beginners and professionals.
HTML5 is a next version of HTML. Here, you will get some brand new features which will make HTML much easier.
There are some elements like:
♦ <header>
♦ <footer>
♦ <nav>
♦ <article>
HTML-5 Web Storage :
With HTML-5 web storage,website can store data on a user’s local computer.
Before Html-5 we had to use JavaScript cookies to achieve this functionality.
Advantages of Web Storage:
♦ More Secure.
♦ Faster.
♦ Stores a larger amount of data.
♦ Stored data is not sent with every sever request.
Why to use HTML-5 :
♦ It is enriched with advance features which makes it easy and interactive for designer/developer and users.
♦ It allows you to play a video and audio file.
♦ It allows you to draw on a canvas.
♦ It facilitate you to design better forms and build web applications that work offline.
♦ It provides you advance features for that you would normally have to write JavaScript to do.
Example :
<!DOCTYPE>
<html>
<body>
<h1>Write Your First Heading</h1>
<p>Write Your First Paragraph.</p>
</body>
</html>
Recommended Posts: