Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <div class="parkingDivTable" style="border:solid 2px black;">
  2. <table>
  3. <input type="checkbox" id="all" checked> Show all<br>
  4. <input type="checkbox" id="cars"> Cars<br>
  5. <input type="checkbox" id="animals"> Animals<br>
  6. <input type="checkbox" id="fruits"> Fruits<br>
  7. <input type="checkbox" id="color" > Colors<br>
  8. </table>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement