Tuesday, May 13, 2008

Week 7: Summary

This week we worked on forms. Our lecture was based on the information at HTML Dog Form http://www.htmldog.com/guides/htmlbeginner/forms/ and Chapter 17 of the Visual QuickStart Guide to HTML, XHTML and CSS (6th edition) By Elizabeth Castro. Assignment 5 will give you an opportunity to experiment with form development and styling.

We created the following form examples in class:
  • Form 1
  • Form 2
  • Form 3

For assignment 5 if you set the action of your form to the file name for your confirmation page, it will actually work.
Like this:

form action="confirm.html" method="post"

No comments: