Help for this page

Select Code to Download


  1. or download this
    use CGI;
    my $q = CGI->new;
    print $q->start_html( -title => "Some Title",
                          -style => { src  => '../style.css',
                                      type => 'text/css' } );
    
  2. or download this
    <!DOCTYPE html
            PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    ...
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"><head><title>S
    +ome Title</title>
    <link rel="stylesheet" type="text/css" href="../style.css">
    </head><body>