Write the HTML code to create the following:
1.
A text box named user that will be used to accept the user name of web page visitors. The text box should
allow a maximum of 30 characters to be entered.

  1. A group of radio buttons that website visitors can check to vote for their favorite month of the year.
  2. A select list that asks website visitors to select their favorite social networking site
  3. A fieldset and legend with the text “Shipping Address” around the following form controls:

AddressLine1,
AddressLine2, City, State, ZIP

  1. An image called signup.gif as an image button on a form
  2. A hidden input control with the name userid
  3. A password box form control with the name pword

Sample Solution

This question has been answered.

Get Answer