The <META> Tag

The <META>tag allows you to add an entry in the HTTP Response Header.

<HTML>
<HEAD>
<META HTTP-EQUIV="foo" CONTENT="bar">
<TITLE>Meta Demo</TITLE>
</HEAD>
<BODY>
.   .   .
HTTP 1.0 200 Document follows
MIME-version: 1.0
Server: NCSA httpd 1.4
Date: Thursday, 13 June 96 12:45 GMT
Content-Type: text/html
Content-Length: 2103
foo: bar

Osmar R. Zaïane, Copyright © 1996,1997 02/05/97 slide: 11/50 10 12