<!DOCTYPE html> <html lang="en"> <head> <title>Example of PHP echo Statement</title> </head> <body> <?php echo "Devopsschool!"; ?> </body> </html>