<html> <title>HTML with PHP</title> <body> <h1>My Example</h1> <?php echo "I have testing this php code"; ?> <b>Here is some more HTML</b> <?php ?> </body> </html>