Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>Practica 5</title>
- </head>
- <body>
- <h1>Mi nombre</h1>
- <p>
- <?php
- echo "Jorge<br>";
- echo "Hernandez";
- ?>
- </p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement