Textarea

Example 3.7 - Form: textarea - Example 3.7

 <form method="post" action="https://cs12.net/form/submit.php">
   <strong>Comments   </strong>
   <br/>

   <textarea name="comments" rows="10" cols="50">Please enter comments...   </textarea>
   <br/>

   <button type="submit">Submit Information   </button>
 </form>
Comments