Input (HTML) - <Input>

A form input field (text box, password, checkbox, etc.).

<form> Name: <input type="text" name="name"><br> Password: <input type="password" name="password"><br> </form>
 
1 2