The Text object represents a single-line text input field in an HTML form.
For each <input type="text"> tag in an HTML form, a Text object is created.
You can access a text input field by searching through the elements[] array of the form, or by using document.getElementById().
W3C: W3C Standard.
The Text object also supports the standard properties, methods, and events.
Your Query was successfully sent!