<?php
/*
   Leçon 2 PHP
   Avec IMI21.COM
   2007.11.18
*/
?>
<html>
<head>
<title>Le&ccedil;on 2</title>
</head>
<body>
<p>Apache travaille en ce moment</p>

<?php
echo "<h1>PHP travaille en ce moment</h1>";
?>
<p>Apache travaille en cours</p>

<?php
echo "<h2>PHP travaille en ce moment</h2>";
?>

</body>
</html>