Advertisement
touhid_xml

Radio Input html

Jul 29th, 2015
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.15 KB | None | 0 0
  1. <div>
  2. Male:<br />
  3. <input type="radio" name="sex" value="male">
  4. </div>
  5.  
  6. <div>
  7. Female:<br />
  8. <input type="radio" name="sex" value="female">
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement