c. State True or False:
1.A drop-down list displays a list of options from which the user can select an item.
2.Radio button is atoggle switch used to select or deselect one or more items
3.Forms can be classified into three sections.
4.The input element sets up an area for a form on the web page.
$
5.Generally, we require one clement to create a form in HTML
6.The Button element creates button controls.
7. The Label element is used to describe the form controls
8.The <INPUT> tag is used to create multi-line text box
9.Maxlength attribute specifies the width of the input field
10. The OPTION tag is used with an <INPUT> tag to play at of cons
11.Rowattbute shes the height of the Textarea
Answers
Answer:
1. True
2. False
3. True
4. True
5. False
6. False
7. True
8. True
9. True
10. True
11. False
Explanation:
1. True
2. False
3. True
4. True
5. False
6. False
7. True
8. True
9. True
10. True
11. False
Answer:
The correct answer is a true or false statement.
Explanation:
1.A drop-down list displays a list of options from which the user can select an item. True
2.Radio button is toggle switch used to select or deselect one or more items. False
3.Forms can be classified into three sections. True
4.The input element sets up an area for a form on the web page. True
5.Generally, we require one clement to create a form in HTML. False
6.The Button element creates button controls. False
7. The Label element is used to describe the form controls. True
8.The <INPUT> tag is used to create multi-line text box. True
9.Maxlength attribute specifies the width of the input field. True
10. The OPTION tag is used with an <INPUT> tag to play at of cons. True
11.Row attribute shows the height of the Text area. False
#SPJ3