Advertisement
Guest User

1

a guest
Aug 20th, 2011
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.40 KB | None | 0 0
  1. <ul id="input_6_22" class="gfield_radio">
  2.     <li class="gchoice_22_0">
  3.         <input type="radio" ... name="input_22">
  4.         <label for="choice_22_0">Sedan</label>
  5.     </li>
  6.     <li class="gchoice_22_1">
  7.         <input type="radio" ..... name="input_22">
  8.         <label for="choice_22_1">SUV</label>
  9.     </li>
  10.     <li class="gchoice_22_2">
  11.         <input type="radio" .... name="input_22">
  12.         <label for="choice_22_2">Van</label>
  13.     </li>
  14. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement