Question
1. True/False: Radio buttons are used to allow users to select several options at one time. 2. True/False: A form using the tag pair can
1. True/False: Radio buttons are used to allow users to select several options at one time.
2. True/False: A form using the
tag pair can be placed anywhere within a web page.
3. True/False: When a form is enhanced with JavaScript, an event handler must be used to evoke the JavaScript code.
4. True/False: The Common Gateway Interface (CGI) allows web pages to be generated as executable files.
5. True/False: CGI scripts are normally saved in a folder named cgi-bin that exists on every client's hard drive.
6. True/False: The property of each radio button in a group of radio buttons that must be the same for each button is the id property.
7. True/False: The checked property can be used to return the state of a checkbox to a JavaScript function.
8. True/False: The properties that determine the size of a text box are cols and rows.
9. True/False: If the information entered into a textarea box exceeds the number of rows originally set, a scroll bar is created.
10. True/False: The two types of buttons that display masked text (such as *'s or #'s) to hide what a user enters are "hidden" and "password".
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started