Form action with radio button : Form RadioButton : Form Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Form Tags » Form RadioButton »

 

Form action with radio button



<html>
<body>

<form name="input" action="fake_action.asp" method="get">
Male: 
<input type="radio" name="Sex" value="Male" checked="checked">
<br>
Female: 
<input type="radio" name="Sex" value="Female">
<br>
<input type ="submit" value ="Submit">
</form

</body>
</html>



           
       



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Form Tags
» Form RadioButton