Form Attributes
<input type=week>
Explanation
Form Attributes were introduced for the <form>
These attributes were used to raise the effectiveness of the <form>.
It is considered as user friendly, while comparing with the rest of the attributes.
List of available attributes:
| Attribute | Description |
| Autocomplete | It specifies either the form/fields to have autocomplete option or not. |
| Autofocus | It signifies if a page is loaded then the <input> should get focus. |