Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --> http://jaimelossada.com
- **search for--> "Learn HTML and CSS Online Free | Learn Free web Design | HTML5"
- <!DOCTYPE html>
- <html>
- <body>
- <h2>My First JavaScript</h2>
- <button type="button"
- onclick="document.getElementById('demo').innerHTML = Date()">
- Click me to display Date and Time.</button>
- <p id="demo"></p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement