differentiate between textbox and textarea control in a form, in HTML?
Answers
Answered by
28
Answer:
Textbox has one lines while text area has many lines.
Textbox is used to collect single line data while text area is used to collect multiple line comment In HTML
Explanation:
Answered by
10
Difference between textbox and textarea control is given below
Explanation:
- A textbox is a rectangle area on the monitor allowing you to insert text where the objective of textarea is that it will carry an infinite number of words, and a specified-width font .
- We will create textbox by using <input type="text"/> tag while to create the textarea in the form we will used the <textarea> tag for example <textarea id="90 "> </textarea>
Learn More:
- https://brainly.in/question/5668102
Similar questions