MAN PAGES // WEEK 12
FORMS AND INPUTS · Ch 6 Sec 1-5 · six terms · write your own usage line under each
$ man FORM
the element that collects and submits user input
$ man INPUT
a single field a user can fill or pick
$ man TYPE
the input attribute selecting text, email, number, and more
$ man VALIDATION
the browser checking input before allowing submission
$ man RADIO_BUTTON
pick exactly one of a named group
$ man CHECKBOX
pick any number, including none