<html> <head> <title>Basic PHP/HTML integration</title> </head> <body> <? print "<h3>PHP</h3>"; ?> </body> </html>