Text Fields Text fields are used when you want the user to type letters, numbers, etc. in a form. How it looks in a browser First name Last name Note that the form itself is not visible. Also note that inmost browsers, the width of the text field is 20 characters by default. input Examples The type" attribute is used to specify which input form type to use. Study the examples that follow to see which attributes maybe used for each type. The following HTML code segment is needed to produce a text box The above HTML code segment would produce the following results in a web browser Enter name Radio Buttons Radio Buttons are used when you want the user to select one of a limited number of choices.