<!DOCTYPE html>
<html>
<head>
<title> HTML input type radio</title>
</head>
<body>
<form>
<input type="radio" name="gender" value="male"> Male<br>
<input type="radio" name="gender" value="female"> Female<br> <br>
<input type="submit" value="Submit">
</form>
</body>
</html>
Post any problem if encountered in the comments.
Thanks for visiting GIMIBITS.
Please share this post and like us on Facebook.
HITESH BHATIA
EDITOR IN CHIEF
Comments
Post a Comment