Guest User

Untitled

a guest
Jul 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <select>
  2. <optgroup label="Some Group">
  3. <option value="option1">A gallery</option>
  4. <option value="option2">Another gallery</option>
  5. </optgroup>
  6. <optgroup label="Some Other Group">
  7. <option value="option1">Their gallery</option>
  8. <option value="option2">Their other gallery</option>
  9. </optgroup>
  10. </select>
Add Comment
Please, Sign In to add comment