Computer Science, asked by dhruvnandu7127, 1 year ago

Which tag creates a check box for a form in html?



जो टैग htm?

Answers

Answered by bhatttsawtii
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