how to create text box in html w3schools code example
Example: how to collect input textbox in html
<label for="name">Name:</label>
<input type="text" id="name"><br><br>
<label for="name">Name:</label>
<input type="text" id="name"><br><br>