Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <div class="form-group row">
  2. <label for="industry" class="">Industry :</label>
  3. <select name="industry" class="form-control">
  4. <option value="" disabled selected>Select Industry</option>
  5. <option value="financial-service">Financial Services</option>
  6. <option value="healthcare-lifescience">Healthcare & Life Science</option>
  7. <option value="communications">Communications</option>
  8. </select>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement