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:
Related in same category :
-
-
|