Computer Studies
Define Check box with reference to HTML form
HTML Advanced Features
16 Likes
Answer
The check box is used to select a number of options in a given list of options on the form.
Syntax:
<input type = "checkbox" name = "Physics">
Answered By
11 Likes