Search This Blog

HTML Textarea Tag With Rows Cols Example

HTML Textarea Tag With Rows Cols Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<h2> Textarea Tag With Rows Cols Example </h2>
<textarea rows="4" cols="30">
Enter your Feedback here......
</textarea>
<br/><br/>
<textarea rows="5" cols="50" name="description">
Enter description here......
</textarea>
</body>
</html>
OUTPUT
HTML Textarea Tag With Rows Cols Example

No comments:

Post a Comment