从php手册上摘的程序
<html>
 <head>
  <title>PHP Tes</title>
 </head>
 <body>
 <?php echo "<p>Hello World</p>"; ?>
 </body>
</html>