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.