show-notice
hide-notice

Friday 9 August 2013

HTML textarea Tag


Introduction:

The HTML <textarea> tag is used within a form to declare a textarea element - a control that allows the user to input text over multiple rows.

Example:
<html>
<head>
<title>HTML textarea Tag</title>
</head>
<body>
<textarea rows="3" cols="40">
  Textarea provides space for as many characters as you like.
</textarea>

</body>
</html>


SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com