Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <!-- パターン1 -->
  2. <body>
  3. <div class="hint-container">
  4. <button class="hint1 hint"><center</button>
  5. <button class="hint2 hint">id</button>
  6. <button class="hint3 hint">class</button>
  7. <button class="next hint">その他</button>
  8. </div>
  9. </body>
  10.  
  11.  
  12. <!-- あるボタンを押すと↓ -->
  13.  
  14. <!-- パターン2 -->
  15. <body>
  16. <div class="hint-container">
  17. <button class="hint1"><br&rt;</button>
  18. <button class="hint2">style</button>
  19. <button class="hint3"><div</button>
  20. <button class="next">その他</button>
  21. </div>
  22. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement