> HTML textarea ~ Online tutorial

HTML textarea

Text Area
Text field is a form component which allows us to enter the single line text,what if we want to have multiple line text?Then you must use the text area components.
Syntx
&lttextarea cols='20' rows='20' name='myname'>
Example

<html>
<head>
<title>
HTML Textarea
</title>
</head>
<body>
<form name='form1'>
Enter the text<textarea cols='20' rows='20' name='myname'>
</textarea>
</form>
</body>
</html>







<br /> HTML Textarea<br />


Enter the text


Output

Enter the text


Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: