Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Prueba de PHP</title>
  4. </head>
  5. <body>
  6. <!-- hh y html no se mezclan -->
  7. <?php echo '<p>Hola Mundo</p>'; ?>
  8. </body>
  9. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement