<html> <head> <title>Test PHP</title> </head> <body> <?php echo "<p>Hello World!</p>"; ?> </body> </html>