HTML5 Forms, Part 2 part 3
Creating More Fields
Some other new input types include email, url, and tel:
These are especially useful when opening a page on a modern mobile device, which recognizes the input types and opens a corresponding keyboard matching the field's type:
These new types make it easier to structure and validate HTML forms.
Comments
Post a Comment