Subscribe:

Ads 468x60px

dropdown

Social Icons

Check Box - HTML FORMS


CODE: Check Box


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


Back: HTML FORMS

0 comments:

Post a Comment