Guest User

Untitled

a guest
Feb 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.44 KB | None | 0 0
  1. <html>
  2. <head></head>
  3. <body>
  4.     <p>Bottom thing will be checked</p>
  5.     <input id="1" name='status1' type="radio" checked="checked" /> <br />
  6.     <input id="1" name='status1' type="radio" checked=""/> <br />
  7.     <br />
  8.     <p>Middle thing will be checked</p>
  9.     <input id="1" name='status2' type="radio" /> <br />
  10.     <input id="1" name='status2' type="radio"  checked="checked" /> <br />
  11.     <input id="1" name='status2' type="radio" /> <br />
  12. </body>
  13. </html>
Add Comment
Please, Sign In to add comment