Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script src="prism.js"></script>
  5. <link href="prism.css" rel="stylesheet">
  6. </head>
  7. <body>
  8.  
  9.  
  10. &lt;?php
  11. echo "&lt;p>Hello John&lt;/p>";
  12. echo "&lt;p>John says "Hello"&lt;/p>"; ?>
  13. echo "&lt;p>Today is: &lt;?= date('F j, Y')?>&lt;/p>";
  14. echo "&lt;p>Go to &lt;?= '&lt;a href= "http://www.w3schools.com/">W3CSchools&lt;/a>';?>&lt;/p>";
  15.  
  16.  
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement