html text for input tag 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>