Explain five new input types provided by HTML5 for forms?
Following are the important, new data types offered by HTML5: Date: It allows the user to select a date. datetime-local: This input type allows the user to select a date and time…
Following are the important, new data types offered by HTML5: Date: It allows the user to select a date. datetime-local: This input type allows the user to select a date and time…
The Application Cache concept means that a web application is cached. It can be accessible without the need for internet connection. Some advantages of Application Cache: Offline browsing – Web users…
Two storage types of HTML5 are: Session Storage: It stores data of current session only. It means that the data stored in session storage clear automatically when the browser is closed.…
Two main benefits of HTML5 Web Storage: It can store up to 10 MB data which is certainly more than what cookies have. Web storage data cannot be transferred with…
The new Form elements in HTML5 offers much better functionality than the earlier versions. The tags given provided to carry out these functions are: 1) <datalist> – This tag is use…
The canvas element helps to build charts, graphs, bypass Photoshop to create 2D images and place them directly into HTML5 code.
This tag represents a piece of self-contained flow content. It is mostly used as a single unit as a reference the main flow of the document.
The <article> and <section> tags are two new tags that are included in HTML5. Articles can be composed of multiple sections that can have multiple articles. An article tag represents…
<Video> and <Audio> are new tags which are included in HTML5 version. They are mainly used as a replacement for Flash, Silverlight, and similar technologies to play multimedia items.
The latest versions of Google Chrome, Apple Safari, Mozilla Firefox, and Opera all support most of the HTML5 features.