Difference between revisions of "Template:Team:Baltimore Bio-Crew/JS"

(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>
  
<h2>My First JavaScript</h2>
 
  
 
<button type="button"
 
<button type="button"

Revision as of 19:09, 8 July 2017

<!DOCTYPE html>