Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset = "UTF-8">
  4. <script type = "text/javascript">
  5. var imie = prompt("Podaj swoje imię: ");
  6. var nazw = prompt("Podaj swoje nazwisko: ");
  7. var tel = prompt("Podaj swój nr tel.: ");
  8. var email = prompt("Podaj swój email: ");
  9. <h1>document.write(imie+" "+nazw+"</br>");</h1>
  10. <h2>document.write("</br>"+tel+"</br>");</h2>
  11. <h3>document.write("</br>"+email);</h3>
  12. </script>
  13. </head>
  14. <body>
  15. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement