Text field
Using the input tag with the type attribute set to text, you can create a text input field.
Example
<input type="text">
:
Example
You don't have to write the type attribute, since by default it has the value text:
<input>
:
See also
-
checkbox,
with which you can implement a flag -
radio switches,
with which you can make a choice