Explain text Area with an example.
Answers
Answered by
18
When writing in HTML, the <textarea> tagis an inline element used to designate a plain-text editing control containing multiple lines. It is useful for creating a form field for visitors to leave comments or messages. The following sections contain information about this tag, including an example of it in use, as well as related attributes and browser compatibility.
Tip: The width and height of a text area may be adjusted with CCS.
Example textarea code
<textarea rows="4" cols="30" placeholder="Type here..."></textarea>
Tip: The width and height of a text area may be adjusted with CCS.
Example textarea code
<textarea rows="4" cols="30" placeholder="Type here..."></textarea>
Answered by
7
ĀNSWĒR ⏬⏬
⭕ TEXT AREA : The <textarea> tag defines a multi-linetext input control.
◽It is a common user interface element found in many types of software programs, such as web browsers.
◽ Example <textarea rows="9" cols="70">
____________✌✌✌✌
#RABB SUKH RAKHE ✌
#LOVE YOU MAA BĀPPŪ ♥
❤❤♠♠
⭕ TEXT AREA : The <textarea> tag defines a multi-linetext input control.
◽It is a common user interface element found in many types of software programs, such as web browsers.
◽ Example <textarea rows="9" cols="70">
____________✌✌✌✌
#RABB SUKH RAKHE ✌
#LOVE YOU MAA BĀPPŪ ♥
❤❤♠♠
Similar questions
Math,
7 months ago
Accountancy,
7 months ago
Math,
1 year ago
Computer Science,
1 year ago
Physics,
1 year ago
Biology,
1 year ago
Biology,
1 year ago