What is HTML5?
HTML5 is the new standard for
HTML
,
XHTML
, and the
HTML DOM
. HTML5 is still a work in progress. However, most modern browsers have some HTML5 support.
What are the new features of HTML5?
New features of HTML5 are based on HTML, CSS, DOM and Javascript. There are some new features in HTML5;
- The
<canvas>
element for making graphics with Javascript.
- The
<audio>
and
<video>
element for media streaming and playback.
- Better support for local storage like
localStorage
and
sessionStorage
using the Web Storage interface.
- New input types like
email
,
url
,
number
,
range
and
date
.
- New form elements like
<datalist>
,
<keygen>
and
<output>
.
Which browsers support HTML5?
No browsers have full HTML5 support.But Safari, Chrome, Firefox, Opera and Internet Explorer continue to add new HTML5 features to their latest versions.