From RuneGlory
Line 1: | Line 1: | ||
+ | <!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> | ||
Revision as of 03:05, 20 May 2018
<!DOCTYPE html>
My First JavaScript
Event Promotions
Select your timezone to see which hour an event will appear