Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1.  
  2. <select>
  3. <option>Volvo</option>
  4. <option >Saab</option>
  5. <option>Mercedes</option>
  6. <option >Audi</option>
  7. </select>
  8.  
  9.  
  10. <form action="/action_page.php">
  11. Username: <input type="text" name="usrname" required>
  12. <input type="submit">
  13. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement