Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    <HTML LANG="en">
    <title>Some HTML</TITLE>
    <P>Here is some HTML</body>
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    <HTML LANG="en">
    <title>Some HTML</TITLE>
    <P>Here is some HTML</body>
    
  3. or download this
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w
    +3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html lang="en" xmlns="http://
    +www.w3.org/1999/xhtml">
        <head>
    ...
            <p>Here is some HTML</p>
        </body>
    </html>