simple


SUBMITTED BY: xtra007

DATE: Dec. 2, 2015, 2:03 p.m.

UPDATED: Dec. 3, 2015, 4:48 a.m.

FORMAT: Text only

SIZE: 164 Bytes

HITS: 1757

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <p id="demo"></p>
  5. <script>
  6. document.getElementById("demo").innerHTML = "Hello JavaScript!";
  7. </script>
  8. </body>
  9. </html>

comments powered by Disqus