specify <input> tag in html code example
Example 1: how to collect input textbox in html
<label for="name">Name:</label>
<input type="text" id="name"><br><br>
Example 2: input tag html
<input type="email" name="name" id="id" placeholder="[email protected]" />