Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title></title>
- </head>
- <body>
- <?php
- $a=1;
- $b=2;
- $c=4;
- echo "Yo tengo <font color='red'>",$a," </font>carro que tiene <font color='red'>",$b," </font>puertas y <font color='red'>",$c," </font>llantas";
- ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement