Write the difference between the <SELECT> tag and <TEXTAREA> tag.
Answers
Answered by
9
The major difference between a textarea and a text field ( ), is that a text field only has one line, whereas a textarea usually has multiple lines. ... A TextBox is created by specifying the type attribute to "text". TextArea:the TextArea element defines a multi-line text area.
Answered by
2
Answer:
The <input> tag specifies an input field where the user can enter data. ... An input field can vary in many ways, depending on the type attribute. Textarea: The <textarea> tag defines a multi-line text input control.
Similar questions