What is HTML5? Describe about the features and benefits, using HTML5 in web programming.

Asked 17-Nov-2018
Updated 17-Nov-2018
Viewed 982 times

0

What is HTML5? Describe the features and benefits, using html5 in web programming.


1 Answer


0

“HTML5” 
HTML5 is the latest version of HTML4. It is more powerful & lightweight web application language that is mainly used for designing responsive WebPages.
HTML5 is developed by co-operation of two organization W3C (World Wide Web Consortium) & WHATWG (Web Hypertext Application Technology Working Group) & started to develop from 2000 & after that, it is commercially launched by Google in 2012.

What is HTML5? Describe about the features and benefits, using HTML5 in web programming.

HTML5 is a group of different languages like -
HTML4+ XML + XHTML1.0 + CSS+JavaScript. = HTML5

"Benefit of HTML5 "
  •  It is used for design new look & feel webpage.
  •  HTML5 reduce the burden from programmer to write JavaScript code.
  • It is more powerful for different events with different features & properties.
  •  HTML5 also reduce the dependency of the third party tools like flash-player, Google-gear, silver-light, Google-map etc.
  • With the help of HTML5, we can create our own images, logo, animated images without using any software like Photoshop, coral-draw etc.
  •  HTML5 provides improved HTML4 control like email, number, color, date etc.
  •  It also solves the server side programming task like cookie, session & JS task etc.
  •  HTML5 provides advanced audio & video tag to play HD file.

"Features of HTML5 "

What is HTML5? Describe about the features and benefits, using HTML5 in web programming.

1. New Semantic Tag
In HTML5 some semantic tag are introduce that provide advance structure for web design like <header>, <footer>, <aside> etc.

2. Form2.0 improved
In HTML5 the form tag is improved and also provide the different type of attribute & controls that manage the data.

3. Canvas & SVG
In HTML5 the canvas & SVG is a powerful tool by which we can create a different type of images, logos, animated images, games etc. With the help of JavaScript & HTML5 code, we can create our own imageswithout using any third party tools like Photoshop, coral-draw etc.

4. Audio & Video
In HTML5 different advance video & audio format supported to play HD files without using any third party plug-in & players.

5. Web Storage API
Web Storage is a powerful method by which we can store user information in the browser without using session & cookies by server-side language.

6. Web Workers API
It is used to manage the front end process of JavaScript in the background so that it increases the performance of webpage & webpage can’t be unresponsive.

7. SSE(Server Send Event)
It is also a powerful feature by which without a request of the client, a server can send the response on a particular interval.

8. Drag & Drop API
It is also a powerful feature of HTML5 by which we can manage drag & drop facility within a page without using any APIs.

9. Geolocation API
It is the most powerful feature of HTML5 by which we can find the geographical position of users.



"Thanks!!! for Reading"