create your form using these controls
global attributes (on
form
tag)
action
(the target URL)
method
(request method to use)
GET
HEAD
POST
add an
input
element:
set the type
text
password
checkbox
radio
submit
reset
set the
name
attribute
set the
value
attribute
set the
size
attribute (useful only for
text
and
password
)
add a
select
element:
set the
name
attribute
set the
size
attribute
enter list of options (space-delimited words)
add a
textarea
element:
set the
name
attribute
set the
rows
attribute
set the
cols
attribute
set the default content
final actions
erase form
generate html for form
the form being created