<html> <head> <title><?php=PHPexpression?></title> <body> <?php PHP statements that print HTML ... ?> </body> </html>
Note that <?php...?> can also be written as <?...?>
<?php...?>
<?...?>