I've noticed when building a page, such as "hello world"
 
You don't put any html tags, just echo "hello world"
 
But looking at other programs I sometime see echo / prints of all htlm
tags such as:
 
echo "<html>";
echo "<header>";
echo "</header";
echo "<body>";
 
well you get the point.
 
Since both seem to work, what html tags should you output and when is it
ok to not bother or does it matter?
 
Pat
www.gypsyfarm.com
 
 


[Non-text portions of this message have been removed]

Reply via email to