Sunday, 23 October 2011

Checkboxes


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

No comments:

Post a Comment