<head>
<Title>Example code for a form with two checkboxes</title>
</head>
<form action="/cgi-bin/checkbox.cgi" method="get">
<input type="checkbox" name="Net" value="on"> Net
<input type="checkbox" name="Java" value="on"> Java
<input type="submit" value="Select Subject" />
</form>
</html>