Textareas


View code
<form>
  <p>
    <label for="textarea">Textarea</label><br />
    <textarea id="textarea"></textarea>
  </p>
</form>