background image

</HEAD> 
<BODY> 
<H1> 
First PHP page 
</H1> 
<HR> 
<? 
// Single line C style comment 
/* 
printing the message 
*/ 
echo "Hello World!"; 
# Unix style single line comment 
?> 
</BODY> 
</HTML>