Drop down: A drop down menu is a clean method of showing a large list of choices since only one choice is displayed initially until the user activates the drop box. To add a drop box to a web page, you would use a < select > element. The first < option > tag within the select element needs to have the selected option set to the value of selected.
Day Month Year
Check Box: Check boxes are used when more than one option may need to be checked or as an easy way to enable or disable a setting in a software program. Checking the box enables that setting and unchecking it disables the setting.
I have a bike
I have a car
I have a boat
Radio Button: A radio button is a circle representing choices in a common option list form in a graphical user interface that typically only allows for one of the options to be selected.
Male
Female
Input Fields: Input tags are useful for allowing the acceptance of user-input data of various types on a website
Java Alerts
Day Month Year
Check Box: Check boxes are used when more than one option may need to be checked or as an easy way to enable or disable a setting in a software program. Checking the box enables that setting and unchecking it disables the setting.
I have a bike
I have a car
I have a boat
Radio Button: A radio button is a circle representing choices in a common option list form in a graphical user interface that typically only allows for one of the options to be selected.
Male
Female
Input Fields: Input tags are useful for allowing the acceptance of user-input data of various types on a website
First name:
Last name:
Hidden :
Last name:
Hidden :
Java Alerts
Multiple Windows
Iframe
Web Tables
Company | Contact | Country |
---|---|---|
Alfreds Futterkiste | Maria Anders | Germany |
Centro comercial Moctezuma | Francisco Chang | Mexico |
Ernst Handel | Roland Mendel | Austria |
Multiple Check Boxes