Answer:
Attributes
In addition to the Global Attributes, the following is a list of attributes that are specific to the <input> tag.
Description
The HTML <input> tag is an input control that presents users with an interactive control for entering data. Traditionally, the <input> tag is found within the <form> tag and can represent text fields, checkboxes, dropdowns, buttons and other inputs, simply by setting the appropriate type attribute. This tag is also commonly referred to as the <input> element.