<input> is a versatile form element. Types include text, checkbox, radio, password, and submit.
<input>
text
checkbox
radio
password
submit
Example:
<input type="text" name="username"> <input type="checkbox" name="subscribe"> <input type="radio" name="gender" value="male">