Which tag creates a check box for a form in html?
जो टैग htm?
Answers
Answered by
0
<!DOCTYPE html>
<html>
<body>
<form action="">
<input type="checkbox" name="vehicle" value="Bike">I have a bike<br>
<input type="checkbox" name="vehicle" value="Car">I have a car
</form>
</body>
</html>
mark me as brainliest
Similar questions