Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

<META ...>

Usage Recommendation
thumbs up use it

 
  • NAME: The pupose of this META tag
  • HTTP-EQUIV: Name of the pretend HTTP header
 

<META ...>, which always goes in the <HEAD> section, is used to describe the web page. Metainformation is information about information. <META ...> is information about the information on the web page. For example, if you wanted to indicate when and how the web page was last revised, you might use:

<META NAME="revised" CONTENT="Troy Hebron, 3/18/97">

This tag says "the name of this information is 'revised' (NAME="revised"), and the information itself is 'Troy Hebron, 3/18/97'" (CONTENT="Troy Hebron, 3/18/97"). This method of naming the type of information and then giving the information itself makes <META ...> extensible. This means that just about any kind of information you want to give about the document can be fit into a <META ...> tag. If for some strange reason you wanted to describe the color of sweater you were wearing when you wrote the page, you could put:

<META NAME="sweater" CONTENT="pink">

Of course this information is probably of little use. That raises a question: what information is useful, and how is it used? The primary use for <META ...> is to put the metainformation "on record". Even though the metainformation may not be displayed by the browsers or cataloged anywhere, it travels with the web page, and anyone looking at the source code will see information on how the document was made.

Some uses for <META ...>, however, are interpreted and used by web browsers and other web reading software. There is no single such use; <META ...> has been adapted to many different uses because of its extensibility. Private intranets and special purpose web indexing programs use different <META ...> values to describe their documents.

However, three purposes, explained on the next pages, have gained some degree of standardization:

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire