MAN PAGES // WEEK 13
SELECTS, TEXTAREAS, COMPLETE FORMS · Ch 6 Sec 6-8 · six terms · write your own usage line under each
$ man SELECT
the dropdown element holding options
$ man OPTION
one choice inside a select
$ man TEXTAREA
a multi-line text input
$ man LABEL
the caption tied to an input; clicking it focuses the field
$ man SUBMIT
the button that sends the form
$ man NAME_ATTRIBUTE
the key each input's data travels under