<?php
// script corps.php
$tag = "blue";
echo <<<HELLO
<font color="$tag">Hello world !</font>
HELLO;
?>