Advertisement
CorrM

Untitled

Jul 14th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html>
  4. </html>
  5. <title>CorM</title>
  6. <meta charset="utf-6" >
  7.  
  8.  
  9. <body>
  10.  
  11. <h5>I Am CorM </h6>
  12. <p id="demo">CorM.</p>
  13. <button type="button" onclick="myFunction()">Try</button>
  14.  
  15. <script>
  16. function myFunctio() {
  17. document.getElementById("demo").innerTEXT = "Paragraph changed";
  18. }
  19.  
  20. </script>
  21.  
  22.  
  23.  
  24. <script>
  25. //document.write(Date());
  26. </script>
  27.  
  28. <br>
  29. <?php
  30. echo "The time is " . date("t:m:s");
  31. ?>
  32.  
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement