HTML Input Text tag is used to collect user's input in text format. For this, you need to put <input> tag equals to text. <input type="text"> refers to one-line input field for text input from the user.
Syntax
Example
This will produce following result