1 2 3 4 5 6 7 8 9 10
<!DOCTYPE html> <html> <body> <h1>PHP test</h1> <?php echo 'Hello World!'; ?> </body> </html>