Why to use html5 in development of website

The development of html5 starts few years ago and it is still in the process of development now. All the browsers have different support for html5. Older versions of internet explorer do not support html5. There are different elements defined in html5 for each task e.g. <header>, <section>, <nav>, <footer> and more. You can also use div’s for all the coding as we do in html4 but using [...]