<html> <head> <title> Simple PHP Example </title> </head> <body> <p><?php echo('This is a <b>test</b>!'); ?></p> </body> </html>