Advertisement
idsystems

PHP_Practica 8

Jan 18th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.   <title></title>
  5. </head>
  6.  
  7. <body>
  8.  
  9. <?php
  10.  $a=1;
  11.  $b=2;
  12.  $c=4;
  13. echo "Yo tengo <font color='red'>",$a," </font>carro que tiene <font color='red'>",$b," </font>puertas y <font color='red'>",$c," </font>llantas";
  14.  
  15. ?>
  16.  
  17. </body>
  18.  
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement