Guest User

Untitled

a guest
Feb 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <div class="radiobutton">
  2. <input type="radio" id="radio_1" name="radio">
  3. <label for="radio_1">Radiobutton 1</label>
  4. </div>
  5. <div class="radiobutton">
  6. <input type="radio" id="radio_2" name="radio">
  7. <label for="radio_2">Radiobutton 2</label>
  8. </div>
Add Comment
Please, Sign In to add comment