Guest User

Untitled

a guest
Jan 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <form action="submit.php" method="post">
  2. <input type="radio" name="gender" value="male" id="male" />Male
  3. <input type="radio" name="gender" value="female" id="female" />Female
  4. </form>
Add Comment
Please, Sign In to add comment