Ad Code

How To create Form project Using Textarea with Picture

Advertisements
Create Form project using Textarea project.
<html>
<head>
<title>Example of Form
</title>
</head>
<body>
Your Comment:
<form>
<textarea name="comments"rows="12"cols="50">
Your Duggestion:
</textarea>
</form>
</body>
</html>
Output

Change Column and Row numbers.
Download Link
Advertisements