Guest User

Untitled

a guest
Jun 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Paragraph</title>
  5. <script src="my.js"></script>
  6. </head>
  7. <body>
  8. <p>This is second page
  9. welcome</p>
  10. </body>
  11. </html>
  12.  
  13. var userName=prompt("What is your first name");
  14. var lastName=prompt("What is your last name");
  15. var age=prompt("What is your age");
  16. alert("hello",+username+,"",+ lastname);
Add Comment
Please, Sign In to add comment