Help for this page

Select Code to Download


  1. or download this
    D:\>perl -MCGI -le"print CGI->start_html ('-type'=>'text/html', '-src'
    + => '/css/foo.css')"
    <!DOCTYPE html
    ...
    <body src="/css/foo.css" type="text/html">
          ^^^^^^^^^^^^^^^^^
          |||||||||||||||||
    
  2. or download this
    print start_html(-title=>'Secrets of the Pyramids',
    -author=>'fred@capricorn.org',
    ...
    -style=>{'src'=>'/styles/style1.css'});
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |||||||||||||||||||||||||||||||||||||