Ordering your new Bed


This section shows hot to create text boxes.

First Name: Last Name: Address:

City: State: Zipcode: Password:


There are two types of selection menus a user can make. The first is listed directly below. It is the standard "Drop Down" menu type. This is good when a visitor only needs to specify one option from the menu.

Type Of Wood:


The second type of selection menu is listed below. It uses the "MULTIPLE" tag, so that if a visitor chooses, they may specify more than one option to go with their selection, with CTRL (PC) or COMMAND (MAC).

Type Of Wood:


There is one more "Drop Down" menu that you can integrate into your site. It deals with "SUBMENUS." It is showed below. This is WITHOUT the Multiple Tag.

How old are you?


There is one more "Drop Down" menu that you can integrate into your site. It deals with "SUBMENUS." It is showed below. This is WITH the Multiple Tag.

How old are you?


This section shows how to create "RADIO BUTTONS," by using the "radio" tag, in the TYPE section.

Size: King Queen Twin Single


This section shows how to create "CHECKBOXES" by using the "checkbox" tag, in the TYPE section.

Extras: Footboard Drawers (For Underneath) Casters Squeak Proofing



This section shows how to create text boxes using the "TEXTAREA" tag, so that a visitor may input their comments, and questions.

Please share any question or comment with us, we'd love to hear from you.


This section demonstrates how to make a SUBMIT button,


This section demonstrates how to include an image as your submit button.


If you would like to reset the entire form, it is done by doing the following... First, the TYPE should be specified as "RESET." If you choose to, you can add text to the "reset" button by using VALUE="reset everything," the value will specify "reset everything in the button.


If you would like to reset the entire form with an image as the button, it is done by doing the following...