NEW
Font size
WorksheetsQuiz in ICT 9
Total questions: 10
Worksheet time: 10mins
Radio Buttons are used when you want the user to select only one option from a list, similar to car radio buttons.
TRUE
FALSE
The Maxlength attribute does not set a maximum number of characters for a text field; it only specifies the maximum number of characters the user can enter.
TRUE
FALSE
The Submit Query button allows users to send the information they have entered in an online form to the server.
TRUE
FALSE
Text Areas do not allow only a single line of input; they allow multiple lines of text.
TRUE
FALSE
The Get method in a form sends all the form values into the URL, similar to how a hyperlink works.
TRUE
FALSE
What is the primary purpose of online forms?
a) To collect personal information for marketing
b) To gather feedback or data from users for processing
c) To display advertisements
d) To collect login credentials for websites
Which HTML tag is used to start and organize an online form?
a) <input>
b) <form>
c) <textarea>
d) <select>
What is the main difference between radio buttons and
checkboxes in an online form?
a) Radio buttons allow users to select multiple options, while
check boxes allow only one option.
b) Radio buttons allow users to select only one option, while
check boxes allow multiple selections.
c) Radio buttons are used for text input, while check boxes
are for numerical data.
d) There is no difference between radio buttons and
checkboxes
What attribute in the <input> tag is used to set a limit on the
number of characters a user can type in a text field?
a) maxlength
b) size
c) length
d) textlimit
What is the purpose of the "reset" button in an online form?
a) To clear the form data and restore it to its default state
b) To submit the form to the server
c) To save the form data to a file
d) To navigate to a different webpage
