EDUTAINMENT
EDUCATION + ENTERTAINMENT = EDUTAINMENT
Pages
Home
C Programs
C++Programs
Java Programs
Data Structures
Python Programs
HTML Programs
Download Books
GATE PAPERS
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment