please dont rip this site
previous | start | next

META

<META
CHARSET=
charset
CONTENT=description
HTTP-EQUIV=response
NAME=description
URL=url>

Provides information about an HTML document to browsers, search engines, and other applications. For instance, META HTTP-EQUIV=REFRESH CONTENT=2 reloads a document every two seconds. Setting the HTTP-EQUIV= attribute to REFRESH gives the instruction to reload. The CONTENT= attribute specifies the time in seconds that the page refreshes. You can specify any URL in the element. If no URL is specified, the current document is reloaded.

CHARSET=charset
Describes the character set to be used with the document. The preferred usage is the HTTP-EQUIV= attribute.
CONTENT=description
Defines the meta-information content to be associated with the given name or HTTP response header. Can be used with the URL= attribute and a date and time specification to reload a document at a specified interval. See the Client Pull section in the Author's Guide or the examples that follow.
HTTP-EQUIV=response
Binds the element to an HTTP response header. This information is then used based on the application reading the header (examples follow). This attribute is the preferred usage for describing a character set.
NAME=description
Contains a description of the document.
URL=url
Indicates the document's URL.

Examples

If the document contains:

<META HTTP-EQUIV="Expires"
      CONTENT="Tue, 04 Dec 1996 21:29:02 GMT">
<meta http-equiv="Keywords" CONTENT="HTML, Reference">
<META HTTP-EQUIV="Reply-to"
      content="anybody@microsoft.com">
<Meta Http-equiv="Keywords" CONTENT="HTML Reference Guide">

then the server would include the following header fields:

Expires: Tue, 04 Dec 1996 21:29:02 GMT

Keywords: HTML, Reference

Reply-to: anybody@microsoft.com

as part of the HTTP response to a GET or HEAD request for that document.

The following example shows the correct usage for describing a character set. For more information, see the Character Sets section in the Author's Guide.

<META HTTP-EQUIV="Content-Type" 
  CONTENT="text/html; charset=Windows-1251"> 
<HTML>
<HEAD>
<META HTTP-EQUIV="REFRESH" CONTENT=2>
<TITLE>Reload Document</TITLE>
</HEAD> 
<BODY> 
<P>This document will be reloaded every two seconds.
</BODY>
</HTML>

<HTML>
<HEAD>
<META HTTP-EQUIV="REFRESH" CONTENT="5; URL=http://www.sample.com/next.htm"> 
<TITLE>Load Next Document</TITLE>
</HEAD> 
<BODY> 
<P>After five seconds have elapsed, the document 
"http://www.sample.com/next.htm" will be loaded.
</BODY>
</HTML>


previous | start | next

See also:


file: /Techref/language/html/r020/slide51.htm, 5KB, , updated: 2008/5/27 11:26, local time: 2024/3/28 22:33,
TOP NEW HELP FIND: 
23.22.236.90:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://techref.massmind.org/techref/language/html/r020/slide51.htm"> HTML Reference</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to massmind.org!

 

Welcome to techref.massmind.org!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .