Text Area
The textarea
input type is used to create an input field element where users can enter longer responses.
HTML
<p>
Comments or Concerns:
<textarea name="comments" id="test-textarea">Enter up to 500 characters...</textarea>
</p>
Please Enter:
Birth Year:
Net ID:
Password:
Comments or Concerns:
NOTE: This field uses an opening and closing tag pair. Any text between these tags pre-populate the textarea.
- Previous
- Next