Creating Textarea Box in HTML code
<html><head>
<title>Textarea</title>
</head>
<body>
<form action="http://www.example.com/comments.php">
<p>What did you think of this gig?</p>
<textarea name="comments" cols="20" rows="4">Enter your comments...</textarea>
</form>
</body>
</html>
0 comments:
Post a Comment