Listing 2: An output string for CGI programs that specifies the MIME type of the data that follows
Content-type: text/html
[blank line]
[blank line]
<html>
<head>Sample document</head>
<title>Sample document</title>
<body>
<p>This is a sample document generated by a
<b>CGIFramework</b> program.
</body>
</html>