Example code for a form with two radio button

Phagu007
Posted by Phagu007 under HTML 5 category on | Points: 40 | Views : 1495
<html>
<head>
<Title>Example code for a form with two radio button</title>
</head>
<form action="/cgi-bin/radiobutton.cgi" method="post">
<input type="radio" name="subject" value="net" /> Net
<input type="radio" name="subject" value="java" />Java
</html>

Comments or Responses

Login to post response