How to use HTML <textarea>

Source: Internet
Author: User
Today, let's take a look at how to manipulate form controls, form <textarea> text area sheet label elements. The following gives you a detailed analysis and a few small examples.

Html form <textarea> text Area form label elements

Use the TextArea case tutorial to make the most form textarea form control, enter a multi-text article using textarea form controls.

TextArea Text Area Summary

TEXTAREA syntax structure

<textarea name= "DIV" cols= "rows=" 4 "> Web Authoring Tutorial www.php.cn</textarea>

Property description in Tags

Name is the value of the pass name

Cols is the character width (the width of each line of text), followed by a specific number

Rows is the number of lines, the default Input box area displays the height, followed by the specific numbers

Case HTML code

<form action= "" method= "get" >     <label> Content input:</label>     <textarea name= "DIV" cols= "$" rows = "4" >         www.php.cn-Page Authoring Tutorials     </textarea>  </form>

The use of form control is so much, the need for friends can be saved, but also please keep your attention to other updates on this site.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.