Page

HTML source code for create checkboxes

<!DOCTYPE html>
<html>
<body>

<form action="">
<input type="checkbox" name="vehicle" value="mca">MCA<br>
<input type="checkbox" name="vehicle" value="mba">MBA 
</form>

</body>
</html>

No comments:

Post a Comment