Auto AdSense

Sunday, 3 May 2015

Checkboxes - HTML Programs

<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>

Output


I have a bike
I have a car

No comments:

Post a Comment