HTMLisEasy.com
HTML tutorials for the rest of us...

Exercises:   Form Tutor

The hardest part about building a form is building your first form... your first workable form. So, that's what we're going to do first.

Exercise 1:

Make a simple page and put two text inputs and a Submit button into it. Ask for the user's name and address...

Name:
Address:
VIEW THIS EXAMPLE ON A PAGE BY ITSELF

The form examples presented in these exercises use a dummy URL in the action attribute. You'll have to change that to make the forms work with your particular form mail script.

The successful result would be the following emailed to you...

NAME=Bobby Brady
ADDRESS=1099 Mapledale Road

(or whatever you enter into the form)

Get this form uploaded and working before you continue.


Exercise 2:

Ask for a few more things� first name, last name, address, city, state, zip. Arrange things neatly in a borderless table so everything lines up and looks nice and neat...

Name:
Address:
City:
State:
Zip:
VIEW THIS EXAMPLE ON A PAGE BY ITSELF
 
<< BACK NEXT >>
HTML Practice Exercises
Intro12345678910
HTML 4.0 Reference      Barebones HTML Guide