'textarea' Syntax and Note : textarea « HTML Tag Reference « HTML CSS Reference






'textarea' Syntax and Note

Note:

This element creates a multiline text entry control. 
Text enclosed is displayed in the text field when the form is first displayed. 
This element is usually used in conjunction with the <form> element.
    
Syntax:
    
<textarea attributes events> . . . </textarea>
    

      
      








Related examples in the same category

1.'textarea' HTML Attributes
2.'textarea' Event Handlers
3.'textarea' CSS Attributes and JavaScript Style Properties
4.'textarea' Example
5.'textarea' Microsoft Behaviors
6.'textarea' Microsoft Filters
7.'textarea' JavaScript Properties
8.'textarea' JavaScript Methods
9.'textarea' JavaScript Collections
10.'textarea' JavaScript Objects