Which of the following allows user to enter data such as characters and numbers.Required to answer. Single choice.
<input type=”radio”>
<input type=”checkbox”>
<input type=”text”>
<input type=”textarea”>
Answers
Answered by
3
Answer:
<input type="text">
HOPE THIS HELPS!!!!!!!!!
Answered by
1
Answer:
The correct answer to this question is <input type=” Textarea”>
Explanation:
Given - Enter data such as characters and numbers.
To Find - Which of the following allows the user to enter data such as characters and numbers?
<input type=” Textarea”> allows the user to enter data such as characters and numbers.
A multi-line text input control is created by the TEXTAREA element. User agents should render this text initially using the contents of this element as the control's initial value.
A field for inputting a number is defined using the input type=" number"> tag. When defining constraints, use the following attributes: max – indicates the highest value that is permitted.
#SPJ2
Similar questions