Week 6, Lab 3: HTML Forms (Exam Review)
Build a forms page with the following features (see the
demo page
for their appearance). Your form should have a method of "post" and an action of "mailto".
- A text input field for Name.
- A text input field for Street Address.
- A text input field for City.
- A text input field for Zip Code.
- A group of four radio buttons named "mode," indicating "Monoglot," Bituminous," "Trinidadian," and "Quadraphonic."
- A selection list with the options "Strychnine," "Carrot Juice," "Existentialism," "Beat Poetry," "St. John's Wort," "Dietary Fiber," "Vat 96," and "JavaScript". The last option should be selected by default.
- A text area with the initial message: "Anything you say will be used."
- Submit and Reset buttons with appropriate labels.
|