autofocus=autofocus
Attribute | Description |
---|---|
Form | It specifies the forms of <input>. |
Height | It signifies the height of an image in <input>. |
List | It provides the datalist for the <input>. |
Max | It specifies the highest value of <input>. |
Min | It indicates the lowest value of <input>. |
Novalidate | It mentions form should not be validated if it submitted. |
Pattern | It ensures the value for <input> is checked or not. |
Placeholder | It provides exanple for the <input>. |
Required | It specifies that inputfields must be filled before the form is submitted. |
Step | It denotes the number intervals for <input>. |
Width | It specifies the width of an image in <input>. |