Text Input Elements

Text Box
( <INPUT TYPE=TEXT>)


Password Box
( <INPUT TYPE=Password>)



TextArea
( <TEXTAREA></TEXTAREA>)

 

 

 

 

 

 

 

 

 

 

Tick Box Elements

Check boxes
( <INPUT type= "checkbox"></FONT>)



Radio buttons
( <INPUT TYPE="radio">)


 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Select Elements

Drop Down List
(<SELECT size=1><OPTION></OPTION></SELECT>)

List Boxes
(<SELECT size=4><OPTION><OPTION></SELECT>)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Buttons

Standard Button
( <INPUT TYPE="button">)

Submit Button
( <INPUT type="submit">)

Reset Button
( <INPUT type="reset">)