![]() | ![]() |
This tag supplies meta-information about the current document. It can be used
to store extra information inside the document. For example, when you use
Netscape Navigator Gold to create an html page the program will insert a META
tag with the name of the program as its generator.
Most META tags come in name/value pairs, one attribute describing the item that is being defined, and the other containing the value of this item. The other use of the META tag is for simulating HTTP response headers in HTML, using the HTTP-EQUIV attribute. |
![]() | |||||||||||||
CONTENT![]() ![]() ![]() |
The value of the item of the meta-data that is being described. | ||||||||||||
HTTP-EQUIV![]() ![]() ![]() |
This is used to supply some information in the HTML file normally present in
the HTTP header of the response of the server. Allowed values are :
See the HTTP specification for other headers you can simulate with the META tag. | ||||||||||||
NAME![]() ![]() ![]() |
Description of the item that is being described as meta-data. Often used values
are :
![]() NAME=description and
NAME=keywords as references to a site.
|
![]() | ![]() |
Source: | Here's a way to include your name in every page you create :<BR> <META NAME=Author CONTENT="Rob Schlüter"> |
Result: |
Here's a way to include your name in every page you create : <META NAME=Author CONTENT="Rob Schlüter"> |
Source: | <A HREF=META1.html>Visit this page</A>, which includes an automatic refresh. It will switch automatically between two pages every 5 seconds. |
Result: | Visit this page, which includes an automatic refresh. It will switch automatically between two pages every 5 seconds. |
Source: | Set the expiration date for a page <META HTTP-EQUIV=Expires CONTENT="Tue, 01 Dec 1990 06:30:00 GMT"> |
Result: | Set the expiration date for a page <META HTTP-EQUIV=Expires CONTENT="Tue, 01 Dec 1990 06:30:00 GMT"> |