Question:- What is SVG?
Answer:- HTML SVG is used to describe the two-dimensional vector and vector/raster graphics. SVG images and their behaviors are defined in XML text files. So as XML files, you can create and edit an SVG image with the text editor. It is mostly used for vector type diagrams like pie charts, 2-Dimensional graphs in an X, Y coordinate system.
Question:- What are the different new form element types in HTML 5?
Answer:- Following is a list of 10 frequently used new elements in HTML 5: - Color - Date - Datetime-local - Email - Time - Url - Range - Telephone - Number - Search
Question:- Is there any need to change the web browsers to support HTML5?
Answer:- No. Almost all browsers (updated versions) support HTML 5. For example Chrome, Firefox, Opera, Safari, IE.
Question:- Which type of video formats are supported by HTML5?
Answer:- HTML 5 supports three types of video format: -mp4 -WebM -Ogg
Question:- Is audio tag supported in HTML 5?
Answer:- Yes. It is used to add sound or music files on the web page. There are three supported file formats for HTML 5 audio tag. 1. mp3 2. WAV 3. Ogg
Question:- What is the difference between progress and meter tag?
Answer:- The progress tag is used to represent the progress of the task only while the meter tag is used to measure data within a given range.
Question:- What is the use of figure tag in HTML 5?
Answer:- The figure tag is used to add a photo in the document on the web page. It is used to handle the group of diagrams, photos, code listing with some embedded content.
Question:- What is the use of figcaption tag in HTML 5?
Answer:- It is used to provide a caption to an image.
Question:- What is button tag?
Answer:- The button tag is used in HTML 5. It is used to create a clickable button within the HTML form on the web page. It is generally used to create a "submit" or "reset" button.
Question:- What is the use of details and summary tag?
Answer:- The details tag is used to specify some additional details on the web page. It can be viewed or hidden on demand. The summary tag is used with details tag.
Question:- What is datalist tag?
Answer:- The HTML 5 datalist tag provides an autocomplete feature on the form element. It facilitates users to choose the predefined options to the users to select data.
Question:- What is datalist tag?
Answer:- The HTML 5 datalist tag provides an autocomplete feature on the form element. It facilitates users to choose the predefined options to the users to select data.
Question:- If I do not put will HTML 5 work?
Answer:- No, the browser will not be able to identify that it is an HTML document and HTML 5 tags do not function properly..
Question:- What is the use of the required attribute in HTML5?
Answer:- It forces a user to fill text on the text field or text area before submitting the form. It is used for form validation.
