HTML 5 has the following new input elements:
(1) Auto complete:Auto complete element mentions particularly that either form or input field should be autocomplete “on” or “off” .This option helps to turn off automatically form completion values which are specifically for the field.
(2) Auto-focus:
Either focus should set to this field or not, when page is loaded.
(3) Form:
It is used to associate an input with a form.
(4) Formation:
It tells about URL of the file and it will process input after submission of form.
(5) Form enc-type:
Form enc-type element is particularly telling that how data of form should encode when it is sent to the server.
(6) Fore-method:
It specifies that which protocol (HTTP) method will use to submit form data.
(7) Form no validate:
It particularly mentions that the form should not validate when it is submitted.
(8) Form target:
It shows where a reply will receive after the submission of form.
(9) Height and Width:
It particularly mentions that what is the height and width of input attribute.
(10) List:
It helps user to join the options list with a specific field.
(11)Min and Max:
It tells about minimum and maximum value for an input.
(12)Multiple:
This attribute allows the user to enter more than one value in input element.
(13)Pattern:
It identifies the pattern which will be used for validating the field’s value in form of R.E.
(14)Placeholder:
It hints that what will the expected value of an input field.
(15)Required:
It describes the input field should be filled out before submission of form.
(16)Step:
Step controls the size of each and every step for components that accepts numbers.

0 comments:
Post a Comment