What is a textarea object?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a textarea object?
Rating:
A textarea object is a form element that is used to display multiline text. The textarea can be used for displaying text, writing e-mails, chatting, etc. A textarea object can be created by using the textarea tag within the form tag.
The syntax for creating the textarea is as follows:
<textarea rows=10 cols=10>
</textarea>
</form>
The following image displays the textarea:
Rating:
Was this information helpful?
Other articles
- The JavaScript Operators
- What is the Image object?
- What is the hash property?
- What is the multiply-by-value operator?
- Which types of files have the extension .js?