Make a folder called hw7 within this folder make a web page


Make a folder called hw7. Within this folder, make a web page with a form according to the following specifications. The form can gather information about anything you like.

  1. The form should contain a textbox, an associated label, and use a label tag. (10 points)
  2. The form should contain a password box, an associated label, and a label tag. (10 points)
  3. The form should have a textarea, an associated label, and a label tag.
  4. The form should contain a group of at least two radio buttons with a separate label tag for each button.
  5. The form should contain a group of at least two checkboxes with a separate label tag for each button.
  6. The form should have a dropdown list with at least three choices with a label for the group. Use a label tag for the entire group.
  7. The form should have a submit button.
  8. The form tag should specify the page to which the form input will be submitted whether the user clicks the submit button. The NVCC student server will not allow you to submit your form to a file with an extension of .htm, html, or .php if you use use method="post" in the form tag. Therefore either use method="get" in the form tag, or the form should submit to a page with an extension of .asp Please make this second page thanking the user for the form submission.
  9. The form should be nicely formatted either using CSS or a table. The CSS can be either an embedded stylesheet or an external stylesheet.
  10. Form elements (with the exception of the submit button) should have name and id attributes.

TIPS will be available

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: Make a folder called hw7 within this folder make a web page
Reference No:- TGS02537580

Now Priced at $10 (50% Discount)

Recommended (98%)

Rated (4.3/5)