Know about the below HTML Tags for Amazing Web Experience.
<video> and <audio>
Multimedia items can be played using Silverlight, Flash, and similar technologies. But now with the help of HTML5 supporting video and audio controls, a few new technologies are possible.
<input> type attributes
There is a wide variety of type attributes, knowledge of which will eliminate a lot of wasteful JavaScript work. For instance, set type to “datetime” the browsers will show a calendar / clock controls to select the right time.
<canvas>
Here the <canvas> tag provides HTML5 a bitmapped surface to deal with, just like what you would use with the .NET Image object or GDI+ or. <Canvas> is an excellent way to build charts and graphs that have been a traditional weak spot in HTML, and custom graphics.
<header> and <footer>
The two most popular semantic tags available are <header> and <footer>. Both of these tags will do its work on the display level only. It is used while dealing with search engine efforts. With the help of this the search engine will able to differentiate between the original content and the other important things other than the original content listed.
<article> and <section>
Two other more semantic tags that will enhance your search engine visibility are the <article> and <section> tags. An article refers to a full block of content, whereas a section represents a piece of a bigger whole.
<output>
This is a unique, new <output> tag, which expects its content to be created dynamically with JavaScript. It has a value aspect that will be manipulated through the DOM with JavaScript to modify the display of the screen content.
<details>
It deals in expanding and collapsing the text block. While this is easy enough in doing with JavaScript however, the <details> tag makes it even moreeasy platform to manage.