Home >>HTML5 Tutorial
We provide HTML5 tutorial for beginners and professionals with details of all 40+ HTML tags including audio, video, header, footer, data, data list, article etc. This HTML tutorial is designed for beginners and professionals as well.
HTML5 is a latest version of HTML. With HTML5 you will get some new features which will make HTML much easier. With these new introducing features you can make your website layout clearer to both website designers and users. There are some elements like <header>,<footer>,<nav>,<article> that define the layout of a website.
HTML5 was created in 2014 by Tim Berners-Lee, a physicist at the CERN research institute in Switzerland, if we talk about the history of HTML5
Example
<!DOCTYPE> <html> <body> <h1>Write Your First Heading</h1> <p>Write Your First Paragraph.</p> </body> </html>
In this tutorial there is a list of newly included tags in HTML 5. Which HTML 5 tags (elements) provide a much better document structure. In this list we have described all HTML 5 tags in alphabetical order with description.
Sr.No. | Topics |
---|---|
1 | HTML5 article tag |
2 | html5 header tag |
3 | HTML5 Footer Tag |
4 | HTML5 Main Tag |
5 | HTML5 Detail Tag |
6 | HTML5 Section Tag |
7 | HTML5 <aside> Tag |
8 | HTML5 <bdi> tag |
9 | HTML 5 <progress> Tag |
10 | HTML5 <summary> Tag |
11 | html audio tag |
12 | HTML5 <figcaption> tag |
13 | html video tag |
14 | HTML5 <nav> Tag |