Help for this page

Select Code to Download


  1. or download this
    <html>
    <head>
    ...
    <body bgcolor = blue>
     Here we have an HTML page with a paragraph. </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print HTML "</body>\n";
    print HTML "</html>\n";
    close (HTML);