Content-length : length of data to transmit
Content-type : data type
Expires : indicate when the document becomes disable.
Pragma : if the value in no-cache, the navigator doesn’t put the document
in the memory
Location : redirection
Status : answer code
All the field needn’t to be specified in the header, only content-type
is required
<HTML>
<HEAD>
<TITLE> title <TITLE>
</HEAD>
<BODY>
…
</BODY>
</HTML>
In this example, The Content is a Web page but it could be an other document.