JAVASCRIPTS EXAMPLE


SUBMITTED BY: nguyenthang338

DATE: Feb. 19, 2016, 5:20 a.m.

UPDATED: Feb. 19, 2016, 5:20 a.m.

FORMAT: JavaScript

SIZE: 264 Bytes

HITS: 880

  1. EXAMPLE JAVASCRIPTS :
  2. <!DOCTYPE html>
  3. <html>
  4. <body>
  5. <h1>My First JavaScript</h1>
  6. <button type="button"
  7. onclick="document.getElementById('demo').innerHTML = Date()">
  8. Click me to display Date and Time.</button>
  9. <p id="demo"></p>
  10. </body>
  11. </html>

comments powered by Disqus