Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <label><h4><b>Bank Name*</b></h4></label>
  2.  
  3. <div class="list">
  4. <div class="item item-input item-select">
  5. <div class="input-label">
  6. Select your Bank
  7. </div>
  8. <select>
  9. <option>Bank1</option>
  10. <option >Bank2</option>
  11. <option>Bank3</option>
  12. </select>
  13. </div>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement