Computer Science, asked by anamikadwivedi567, 6 months ago

Write the difference between the <SELECT> tag and <TEXTAREA> tag.​

Answers

Answered by Anonymous
9

\huge \tt \underline \pink{ANSWER :-}

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 varmagayatri1985
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