
mozilla.org
https://developer.mozilla.org/en-US/docs/Web/HTML/…
<input type="text"> - HTML | MDN
Using text inputs <input> elements of type text create basic, single-line inputs. You should use them anywhere you want the user to enter a single-line value and there isn't a more specific input type available for collecting that value (for example, if it's a date, URL, email, or search term, you've got better options available). Basic example ...