input type html
<!-- input tags are self-closing tags -->
<!-- If in the form you want a required input, just put required at the end -->
<!-- like this: <input type="text" required/> -->
<form>
<input type="button">
<input type="checkbox">
<input type="color">
<input type=&qu