CLICK HERE

Earning More

Clickz

Sunday, December 5, 2010

Checkboxes coding

<html>
<body>
<title>Kuldeep Ji</title>

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

No comments:

Post a Comment