Custom Search

Wednesday, March 25, 2009

Form Tags

Form Tags
Function Start Tag Attributes End Tag
Fome <fome> method=get/put action="programname" </fome>
Input Field <input> name="variablename" type=text/password/ checkbox/radio/submit/ reset/image </input>
Selection List <select> name="variablename" size=XX multiple </select>
Selection Option <option> none </option>
Scorlling Text Field <textsrea> name="variablename" rows=XX cols=XX </textarea>

No comments: