<html> <body> <h2>Demo 1 - An introductory example to PHP</H2> <?php echo "Hi, I'm a PHP script!"; ?> </body> </html>