The HTML tag with type="checkbox" creates a _______.
- Checkbox
- Radio Button
- Text Field
- Dropdown Menu
The HTML tag with type="checkbox" creates a checkbox input element. Checkboxes allow users to select multiple options from a list.
Loading...
Related Quiz
- Which tool is commonly used for version control in CI/CD pipelines?
- The indexOf() method in JavaScript returns the position of the first occurrence of a specified _______ within a string.
- Which type of relationship is represented by a foreign key in a database?
- Which JavaScript framework is widely used for building scalable and maintainable web applications, featuring two-way data binding?
- What is the purpose of a database schema in database design?