Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Hello World!</title>
- </head>
- <body>
- <button
- type="button"
- onclick='document.getElementById("text").innerHTML = "John Doe"'
- >
- Click Me!
- </button>
- <h1>You Can Change Text With JavaScript!</h1>
- <p id="text">Hello and i'm...</p>
- </body>
- </html>
Add Comment
Please, Sign In to add comment