Feedback Form
File Management:
- In your "forms" folder, create a new folder called "loginname feedback"
- Open your forms cheat sheet in Notepad.
- Save your notepad as "index.html" in your "feedback" folder.
- Create a new text file named "style.css" and save it in your "feedback" folder.
Create the Form in XHTML
- Edit "index.html" so that it produces the following page:
- Your form action should be the same as the cheat sheet.
Add Style
- Edit "style.css" so that the form looks roughly like the one below:
- 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.
- Any additional work to make this form look better will be considered for Level 5 grading.
Make it Function
- When the form is filled out like the picture below, it should submit like the other picture below.