Advertisement
Guest User

HTML_KEVIN

a guest
Aug 21st, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.26 KB | None | 0 0
  1. <label>Make</label>
  2. <div>
  3.     <select id="make" name="make">
  4.         <option></option>
  5.         <option>Ford</option>
  6.         <option>Chevy</option>
  7.     </select>
  8. </div>
  9.  
  10. <br />
  11.  
  12. <label>Model</label>
  13. <div>
  14.     <select id="model" name="model"></select>
  15. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement