!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTML
HEAD
TITLE New Document /TITLE
META NAME="Generator" CONTENT="EditPlus"
META NAME="Author" CONTENT=""
META NAME="Keywords" CONTENT=""
META NAME="Description" CONTENT=""
/HEAD
bODY
BODY
HTML
----------------------
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
HTML
HEAD
TITLE Form Tag /TITLE
META NAME="Generator" CONTENT="EditPlus"
META NAME="Author" CONTENT=""
META NAME="Keywords" CONTENT=""
META NAME="Description" CONTENT=""
/HEAD
BODY
h4 align="center" Forms Example Use For Geting Some Inout From User /h4
form
Name :        input type="text" br
Password :  input type="password" br
input type="radio" name="sex" id="optmale" value="male" Male br
input type="radio" name="sex" id="opftmale" value="female" FeMale br
input type="checkbox" name="sex" id="optmale" value="male" Male br
input type="checkbox" name="sex" id="opftmale" value="female" FeMale br
input type="checkbox" name="man" id="opftmale" value="man" Mans br
/form
select name="number"
option value="First" First /option
option value="Second" selected="selected" second /option
option value="Third" Third /option
/select
Address :  textarea rows="10" cols="10" the cat is come in the garden for the get more detail /textarea
fieldset
legend align="center" Personal Information /legend
Name: input type="text" size="5" /input
Add: input type="text" size="7" /input
select
!multi step tree view is not supported
optgroup label="Indian Cars"
optgroup lable="Funty"
option name="funty" value="funty" Funty1 /option
option name="funty" value="funty" Funty2 /option
option name="funty" value="funty" Funty3 /option
/optgroup
option name="fiat" value="fiat" Fiat /option
/optgroup
/select
button type="reset" value="Submit" reset /button
/fieldset
/BODY
/HTML
----------------------
-> without form tab you can easily run the all input control
-> Suppose at the time of ooption buttin you write the wrong parameter in name you write nmae by nistake
than in IE you can see that option button but you can't able to click on than but in case FireFox it is
possible to select that option button and other button too.
-> Why should i write all control's tag in the
-->By the use of optgroup you can easily make one step tree view but you can not make multie step tree view in
combo box
Tuesday, October 7, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment