| 1. |
What are new input form validations in HTML5? |
|
Answer» The new input types for form VALIDATION are email, URL, number, tel, and date. With the help of the required attribute, it will WORK. Also if we want specific validation, then we have to add input type "text" or "email" or "tel." Note: Learn the BASIC validations with HTML tags and work to CRACK the HTML Interview Questions. 9. What is SVG?It is used to explain the two-dimensional vector and raster graphics. SVG images and their behaviors are defined in XML files. So as XML files, you can create and update 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. |
|