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