--- title: Input --- ## Input The HTML `` tag is used within a form to declare an input element. It allows the user to enter data. ## Example ```html HTML input Tag
First name:
Last name:
``` In the above example, there are two input fields which ask the user to enter their first and last names according to the labels specified. The submit `