Change Font Size: Previous / Next / Directory List
10.3. HTML textarea tags
Textarea tags - on behalf of more than HTML form input field trip
- Textarea the label is paired to
<textarea>began to</ textarea>end - Attribute:
- Common - general attributes
-
Cols- Multi Input domain listed -
Rows- Input more than the number of rows domain -
Alt- Tips representative form text, when the mouse stay - Accesskey - Form Shortcuts visits
- Disabled - lack of access to the importation of domain focus, no choice, grey, in the form can not afford any role
- Readonly - input domain can choose, but can not be amended
- Tabindex - input fields, the use of the "tab" key to the order of traversal
- Trackback Address: http://www.nt22.com/xhtml-html/tag_textarea/
Example
"nt22form"Action<formid= = ="nt22.php"method"post" />= <labelforContact Us"contactus" /></ label><textareacols ="50"rows="10"id="contactusRickie web@nt22.com"name="contactus" /></ textarea> </ form>
