HTML

(FORMS)

(form 'method'/get'="post" action=http://ttt.com/cgi-bin/my_script)
="post" action=mailto:jon...com.sg)
(form method="get" action="my url")
(input)
maxlength
size
value
password
hidden
(input type="text" name="answer1")

size of box
default entries
(input type="password" Name="p_word" size=8>
(input type="hidden")
(textarea)
rows & col
(textarea="comments")enter here(/textarea)
rows=4,col=40
RadioButton
name
value
(input type="radio" name="payment" Value="N" CHECKED)NETS
CheckBox
name
value
(input type="checkbox" name="pet" Value="dog" CHECKED)Dog
Selection Lists
(option)
(option selected)
SIZE
MULTIPLE
value

(select name="why")
(option)you deserve it
(option selected)Whatever(/option)(/select)
SIZE=3
(option value="Rich">I'm rich
Submit

Reset
(input type="submit" value="place my prder now")

(input type="reset" value="Clear this form and start over")


|Html|Color|