Computer Science, asked by chandanchand75, 1 month ago

a text based input field​

Answers

Answered by RehanAk73
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