Thursday, March 19, 2015

Form (Radio button, Check box, Drop-list box, Submit.)

1. Discuss the different input entry that you learned by giving
    a. Syntax and its uses.
   
2. Compare and contrast radio button, check boxes and selection.

3. Give some tips on how to make form.






1.

  A. <form>

  B. Enter your Name <input type="text" name="name">
  
  C.</form>

2. Radio buttons are used when there is a list of two or more options that are mutually exclusive and the user must select exactly one choice. Check boxes  are used when there are lists of options and the user may select any number  of choices, including zero, one, or several.

3.
<SELECT> <OPTION>option 1 <OPTION SELECTED>option 2 <OPTION>option 3 <OPTION>option 4 <OPTION>option 5 <OPTION>option 6 </SELECT>

No comments:

Post a Comment