(Created page with "<!DOCTYPE html> <html> <body> <h2>My First JavaScript</h2> <button type="button" onclick="document.getElementById('demo').innerHTML = Date()"> Click me to display Date and T...") |
|||
Line 3: | Line 3: | ||
<body> | <body> | ||
− | |||
<button type="button" | <button type="button" |
Revision as of 19:09, 8 July 2017
<!DOCTYPE html>