Tue Oct 28, 2008 1:53 pm
<HTML>
<HEAD>
<TITLE> Printing text on a Web Page</TITLE>
</HEAD>
<BODY>
<?php
function textonweb ($content, $fontsize=3){
echo "<FONT SIZE=$fontsize>$content</FONT>";
}
textonweb ("A <BR>", 7);
textonweb ("AA.<BR>");
textonweb ("AAA. <BR>");
textonweb ("AAAA! <BR>");
?>
</BODY>
</HTML>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.