<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>第一个php程序</title> </head> <body> <?php echo "Hi 欢迎学习php"; ?> </body> </html>