NEW
Font size
WorksheetsHTML Forms
Total questions: 10
Worksheet time: 5mins
What input types are the arrows pointing to in the picture?
Name
Radio
Text
Checkbox
The picture contains a simple HTML Form example.
True
False
The <input type="text"> doesn't defines a single-line input field for text input.
True
False
Radio buttons let a user select ONE of a limited number of choices.
True
False
This image contains a simple example of HTML Radio Buttons.
True
False
This image contains a simple example of checkboxes.
True
False
The action attribute defines the action to be performed when the form is submitted, by sending the information to a form handler script on the server.
True
False
Pictured is the HTML code for a simple HTML Form with two text inputs and a submit input.
True
False
The circled action attribute is the script that handles the form's input information.
True
False
An HTML form is used to collect user input. The user input is most often sent to a server for processing.
True
False
