Interview :: HTML
31) What are the different new form element types in HTML 5?
Following is a list of 10 frequently used new elements in HTML 5:
- Color
- Date
- Datetime-local
- Time
- Url
- Range
- Telephone
- Number
- Search
32) Is there any need to change the web browsers to support HTML5?
No. Almost all browsers (updated versions) support HTML 5. For example Chrome, Firefox, Opera, Safari, IE.
33) Which type of video formats are supported by HTML5?
34) Is audio tag supported in HTML 5?
35) What is the difference between progress and meter tag?
36) What is the use of figure tag in HTML 5?
37) What is the use of figcaption tag in HTML 5?
38) What is button tag?
39) What is the use of details and summary tag?