Input
Output
<!DOCTYPE html> <html> <body> <?php // This is a PHP comment echo "Hello, World!"; ?> </body> </html>