<html>
  <head>
   <title>PHP 测试</title>
  </head>
  <body>
  <?php echo '<p>Hello World</p>'; ?>
  </body>
</html>