Advertisement
Guest User

wtf

a guest
Dec 12th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <body>
  3. <p id="content1"></p>
  4. <p id="concent2"></p>
  5. <button onclick="addClass()">Promijeni</button>
  6. <button onclick="removeClass()">Vrati</button>
  7. <br><br>
  8. <input type="text" id= "ime">
  9. <button onclick="getIme()">Dohvati ime</button>
  10. <p id="concent3"></p>
  11. <p id="concent4"></p>
  12. <p id="student1"></p>
  13. <button onclick="povecajOcjenu1()">Povecaj ocjenu</button>
  14. <p id="student2"></p>
  15. <button onclick="povecajOcjenu2()">Povecaj ocjenu</button>
  16. <p id="student3"></p>
  17. <button onclick="povecajOcjenu3()">Povecaj ocjenu</button>
  18. </body>body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement