javifelices

Ejemplo_Maite1

Jan 24th, 2013
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.     <meta charset="utf-8" />
  5.     <title>Hello World!</title>
  6.     </head>
  7.     <body>
  8.         <?php
  9.             echo ("Hello World!!!");
  10.             echo ("<br>");
  11.             echo ("Maite");
  12.         ?>
  13.     </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment