HTML - Forms - Textarea


/ Published in: HTML
Save to your folder(s)

HTML form textarea


Copy this code and paste it in your HTML
  1. <div class="general">
  2. <label for="message">Message</label>
  3. <span class="wrap">
  4. <textarea name="message" id="message" cols="" rows="8"></textarea>
  5. </span>
  6. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.