Advertisement
Guest User

rogos

a guest
Nov 19th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset='utf-8'>
  5. <meta http-equiv='X-UA-Compatible' content='IE=edge'>
  6. <title>Zadanko</title>
  7. <meta name='viewport' content='width=device-width, initial-scale=1'>
  8. <script src='js.js'></script>
  9. </head>
  10. <body>
  11. <input type = button value = 123 onclick = kolor() style = background-color:lime; id = kolor1></ipnut>
  12. <div id ="abc">
  13. </div>
  14. <br>
  15. <br>
  16. <br>
  17. <br>
  18. <input type = "button" value = "OK!">
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement