Computer Science, asked by mwonder800, 3 months ago

This type of text control in which input characters are marked when entered by the user​

Answers

Answered by accidentalgenius07
0

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!Authors may create two types of controls that allow users to input text. The INPUT element creates a single-line input control and the TEXTAREA element creates a multi-line input control. In both cases, the input text becomes the control's current value.

Similar questions