Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 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. document.write("<h1><b>"+imie+" "+nazw+"</br>"+"</h1><b>");
  10. document.write("</br><h2><i>"+tel+"</br></i></h2>");
  11. document.write("</br><h3>"+email+"</h3>");
  12. </script>
  13. </head>
  14. <body>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement