Guest User

Untitled

a guest
Sep 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <li>
  2. <fieldset>
  3. <legend>Where do you like to live?</legend>
  4. <input type="checkbox" id="arearural" name="areatypes[]" value="rural" />
  5. <label for="arearural"> Rural</label>
  6. <input type="checkbox" id="areasuburb" name="areatypes[]" value="suburb"/>
  7. <label for="areasuburb"> Suburb</label>
  8. <input type="checkbox" id="areacity" name="areatypes[]" value="city"/>
  9. <label for="areacity"> City</label>
  10. </fieldset>
  11. </li>
Add Comment
Please, Sign In to add comment