Advertisement
Guest User

heloł2

a guest
May 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Document</title>
  6. </head>
  7. <body>
  8. <script>
  9. document.write("Krecik puka w taborecik ");
  10. document.write("27 <br>");
  11. document.write("1"+"2");
  12. document.write("Wyświetlamy tekst na "+27+" znaków.<br>");
  13. alert("Co robi krecik?");
  14. confirm("Krecik puka w taborecik");
  15. document.write(prompt("Js to: ",""));
  16. </script>
  17. <script src="skrypt.js">
  18. </script>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement