Create forms using the
<FORM></FORM>
container tags.
The TEXTAREA tag has three attributes, which are all required
-
NAME
- A unique value used to reference the data entered into the
textarea field.
-
ROWS, COLS
- These attributes each take an integer value and specify the
width and height of the text area in characters.
- Default text
- You can define default text that appears inside the textarea
field by enclosing it in the TEXTAREA container.