Código HTML:
<!DOCTYPE html> <html lang="en"> <head> <title>Prueba</title> </head> <body> <?php echo "Prueba"; ?> </body> </html>
Código HTML:
<!DOCTYPE html> <html lang="en"> <head> <title>Prueba</title> </head> <body> <!--?php echo "Prueba"; ?--> </body> </html>
Gracias!