Advertisement
Guest User

Untitled

a guest
Jun 29th, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta charset="utf-8"> 
  5.             <title>Fundamentos Básicos</title>
  6.     </head>
  7.         <body>
  8.  
  9.  
  10.             <?php
  11.             // esse é o meu primeiro arquivo php
  12.                 echo "Meu nome é Arthur <br>";
  13.                 print "Minha idade é 20";
  14.             /*
  15.             qualquer
  16.             coisa
  17.             */         
  18.             ?>
  19.  
  20.  
  21.         </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement