Guest User

Untitled

a guest
Oct 23rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <div>
  2. <input type="radio" name="ticket" value="Standard"> Standard
  3. <input type="radio" name="ticket" value="Express"> Express
  4. <input type="radio" name="ticket" value="Priority"> Priority
  5. <input type="radio" name="ticket" value="Overnight"> Overnight
  6. </div>
  7.  
  8. <input type="range" id="myRange" value="90">
Add Comment
Please, Sign In to add comment