Markups Lists & Heading Images Links Tables Forms

Raphael Ortiz
Ortir47@mail.sunysuffolk.edu
Project 6: Forms

Hello!
This page show some Forms and some of the Form tags, hope it helps.


The FORM tag defines a HTML FORM.

The TEXT tag defines normal text input.

The RADIO tag defines a radio button input (for selecting one of many choices).

The SUBMIT tag defines a submit button (for submitting the form).

The RESET tag defines a reset button (for resetting a form).

NOTE :"This is an example of a normal Form."

First Name:

Last Name:

Phone#:

Country of Origin:

Zip Code:

NOTE :"This is an example of a Form within a table."

First Name:
Last Name:
Phone #:
Country of Origin:
Zip Code: State:
Football High School
Lacrosse College
Hockey Pro

NOTE :"This is an example of a Form with a some Java Script."

Please Enter with the best of your knowledge.

Name:
Email:
Phone #:
City:
State:
Zip:
A: > 0
B: > 0


Have fun using HTML and good luck.
Goodbye.

Back To Homepage