Assignment:
Creating a User Form
Overview
You have added interactivity to your Web site with media. Another form of common user interaction is with forms. In this assignment, you will create a form to be used in one of your Web pages that will allow users to share or request information. Examples of types of forms to consider are:
• Request for information.
• Volunteer sign-up.
• Event registration.
• Newsletter sign-up.
Directions
Create a user-friendly and professionally designed input form on the Contact Us page. The form should be contextually relevant for the site's purpose and intuitive for the user. At a minimum, the form must include the following functioning tags:
• Fieldset.
• Legend.
• Label.
• Textfield.
• Textarea.
• Radio buttons or check boxes.
• Select box.
• Submit button. (See the Form Submission details below.)
Make sure to do the following:
• Create a Web form that functions per specifications.
• Submit error-free HTML5 and CSS code.
• Create a user-friendly layout for a Web form.
• Write developer comments to describe and explain code.