Single choice : Form RadioButton : Form Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Form Tags » Form RadioButton »

 

Single choice



<html>
<body>

<form>
Male: 
<input type="radio" checked="checked"
name="Sex" value="male">
<br>
Female: 
<input type="radio"
name="Sex" value="female">
</form>

</body>
</html>



           
       



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Form Tags
» Form RadioButton