<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Hello, PHP!</title> </head> <body> <?php echo 'Hello, World!' ; ?> </body> </html>