In the previous chapter we have discussed about some of the basic HTML 4 elements. Apart form those HTML 5 has introduced some other useful elements and tags and also some of the old elements removed in HTML 5. Let's discuss those in detail.
<canvas>
<details>
<datagrid>
<menu>
<summary> Defines a visible heading for a <details> element
<mark> to indicate content that is marked in some fashion
<time> to indicate content that is a time or date
<meter> to indicate content that is a fraction of a known range - such as disk usage
<progress> to indicate the progress of a task towards completion
<wbr>
<audio>
<video>
<source>
<embed>
<track>
datetime
datetime-local
date
month
week
time
number
range
email
url
(Click here for more detail about HTML 5 form elements and input types)