Guest User

Untitled

a guest
Nov 22nd, 2014
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title></title>
  5. <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
  6. <script src="main.js"></script>
  7. </head>
  8. <body>
  9. <ul>
  10. <li class="bird">Hummingbird</li>
  11. <li class="bird">Nightingale</li>
  12. <li>Lizard</li>
  13. <li class="bird">Eagle</li>
  14. <li class="bird">Sparrow</li>
  15. </ul>
  16. <form>
  17. <label>Class</label>
  18. <input type="text" id="className"/>
  19. <br />
  20. <label>Color</label>
  21. <input type="color" id="color"/>
  22. <button id="buttonChanger">Paint</button>
  23. </form>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment