<!DOCTYPE html> <html> <head> <title>Приклад</title> </head> <body> <?php echo "Текст виведений PHP"; ?> </body> </html>