Help for this page

Select Code to Download


  1. or download this
    --------------------------------------------------
    Content-type: text/plain (or text/html and so on)
    ...
    of the file
    goes here
    --------------------------------------------------
    
  2. or download this
    --------------------------------------------------
    Content-type: text/plain
    
    Hello World!
    --------------------------------------------------
    
  3. or download this
    --------------------------------------------------
    Content-type: text/html
    ...
    </body>
    </html>
    --------------------------------------------------
    
  4. or download this
    --------------------------------------------------
    Content-type: text/xml
    ...
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <tag>Hello World!</tag>
    --------------------------------------------------