Which input type defines a checkbox?
- button
- box
- checkbox
- tickbox
The input type that defines a checkbox in HTML is checkbox. By using this input type, users can select one or more options from a set. Each checkbox operates individually, meaning that a user can toggle any checkbox on or off independently of the others. This makes checkboxes distinct from radio buttons, where only one option can be selected from a given set.
Loading...
Related Quiz
- To represent a block-level quotation, the _______ element is used.
- What is the function of the "href" attribute in an HTML document?
- To create a link that sends an email, you use the ______ attribute with a value that starts with mailto:.
- How do the CSS properties table-layout and width interact when styling a table?
- The _____ tag can be used to represent variables in a mathematical expression.