Feedback Form

File Management:

  1. In your "forms" folder, create a new folder called "loginname feedback"
  2. Open your forms cheat sheet in Notepad.
  3. Save your notepad as "index.html" in your "feedback" folder.
  4. Create a new text file named "style.css" and save it in your "feedback" folder.

Create the Form in XHTML

  1. Edit "index.html" so that it produces the following page:
  2. form from html
  3. Your form action should be the same as the cheat sheet.

Add Style

  1. Edit "style.css" so that the form looks roughly like the one below:
  2. form after style
  3. It doesn't have to be exact. I'm looking for re-coloring of the elements, resizing of the fonts, borders, and textboxes, appropriate margins, etc.
  4. Any additional work to make this form look better will be considered for Level 5 grading.

Make it Function

  1. When the form is filled out like the picture below, it should submit like the other picture below.
  2. form when filled out
    form when submitted