Define Check box with reference to HTML form
16 Likes
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
Write short notes on Forms in HTML
Define Input tag with reference to HTML form
Define Radio buttons with reference to HTML form
Define Password with reference to HTML form