HTML5 was released in 2014 and is the current major version of the Hypertext Markup Language (HTML). HTML is the language that your web-browsers to present content on the web. One of the important features in HTML5 is the increase in the increase in the number of input fields formally supported and the accompanying browser support for these fields. These new input types include email, tel, number, date, time, and color among other types. The accompanied browser functionality includes custom keyboards/input options and local input validation for the input values. Best of all the new input types are backwards compatible with browsers that do not support HTML5. If a browser does not support a given input type the default behavior is to treat the field as a text input type. Developers can implement the newer input types with the knowledge that unsupported browsers will fail gracefully. The biggest benefit for end users is the increase in ease of u...
Apt gets Information Security.