HTML 5 is the new web standard; it is the successor to the HTML 4.0.1, which came back in 1999.
The Basic structure is,
<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>
HTML 5 is still in work in progress, but most of the modern websites (Safari,Chrome,Opera,Firefox and Opera) supports HTML 5. Some of the cool features of HTML 5 are
- 2D drawing The <canvas> element
- Video/Audio playback with <video> and <audio> elements
- Support for local storage
- New content-specific elements, like <article>, <footer>, <header>, <nav>, <section>
- New form controls, like calendar, date, time, email, url, search
Few HTML 5 websites are
This blog is focused on educate absolute beginners to Professionals on HTML 5 and related technologies like Javascript and CSS. If you like my posts please like it , share it or comment
Cheers- Shibu
Technorati Tags: what is HTML 5, learn HTML 5, HTML 5, HTML 5 examples, HML 5 Projects, HTML 5 CSS and java script, HTML 5 support for browsers, next boom technology, play video in browsers without flash, add video to website without flash
No comments:
Post a Comment