a text based input field
Answers
Answered by
2
Answer:
The <input type="text"> defines a single-line text field. The default width of the text field is 20 characters. Tip: Always add the <label> tag for best accessibility practices!
Similar questions