Help for this page

Select Code to Download


  1. or download this
    sub page_body {
        # The body area and closing tag
    ...
        </body>
    </html>
    }
    
  2. or download this
    <?xml version="1.0" encoding="iso-8859-1"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    ...
        </body>
    </html>
    
  3. or download this
     
    use CGI::Fast qw(start_html endhtml);
    print start_html(-title=>'PUT-YOUR-TITLE-HERE',
    ...
            'description' =>''
        },
        ), end_html  ;
    
  4. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE html
    ...
    <meta name="keywords" content="" />
    <meta name="copyright" content="my name here" />
    </head><body http-equiv="text/html" enctype="iso-8859-1"></body></html
    +>