Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head><title>BRUH</title>
- <script>
- function display(name,age){
- document.write("Your name is"+name+"<br>"+"Age is"+age);
- }</script>
- </head>
- <body>
- <button onclick="display('Aditya',19)">DISPLAY</button>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement