HTML textarea tags - HTML form - Guide to HTML, XHTML Guide

Change Font Size: / / 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 <form id = = = "nt22.php" method "post" /> = <label for "contactus" /> Contact Us </ label> <textarea cols = "50" rows = "10" id = "contactus "name =" contactus " /> Rickie web@nt22.com </ textarea> </ form> 

Examples of HTML textarea tags