Section 508 n.4

For each TEXTAREA element, the program will check that you either have an ALT or Title attribute or a label element.

Example:
<LABEL FOR="Major">Major:</LABEL>
<TEXTAREA ROWS="5" COLS="25" NAME="TextAreaA" ID="Major">Content Here
</TEXTAREA>