Help for this page

Select Code to Download


  1. or download this
    use strict;
    use CGI;
    
    ...
            print $p->p (center ($p->font ({-size=>'+7'}, "This is a test"
    +)));
            print $p->end_html;
    }
    
  2. or download this
    Content-Type: text/html
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
    ...
        <P><CENTER><FONT SIZE="+7">This is a test</FONT></CENTER></P>
      </BODY>
    </HTML>