Wednesday, September 22, 2010

Tutorial on how to make a Text Field, Radio Button, and Submit Button

For a user to be interactive with your website TEXT FIELDS, RADIO BUTTONS, AND SUBMIT BUTTONS are very useful to gather information.

An example of a Text Field is:

First Name:

The HTML code I used for this Text field was:

















NOTE: You can change the size of the box by changing the width px amount. Also, you can make a table with form code, however, this will limit your options on columns and table spacing.

An example of a Radio Button:

Male

Female

The HTML code I used for these Radio Buttons:


















An example of a Submit Button is:



The HTML code I used was:

Hopefully the information of text boxes, and radio and submit buttons will be useful in building a future website!


No comments:

Post a Comment