Home  |  Latest News  |  Contribute  |  F.A.Q.  |  Account  |  Scripts | About
Search ASPNut:
 
ASP Reference
Server Variables
ASP Glossary
Related Sites

Free Components

HTML Reference
Web Colors
Entities
CSS Level 1
Encode/Decode
Glossary

Our Sponsors
ASP Nuke CMS
Free Auctions
PHP 5 Script
Funktastic Blog
ULost Directory
Team Task

 

 

 

 

 

 

 

 

 

 

 

 

<META>

The meta tag allows you to define meta information for a document. This is information that is intended to be read by a machine and is not rendered by the web browser. You can think of this as a documents properties.

No ending tag is allowed for this element.

Attributes

Attribute Description
ID Identifies this tag to reference in script (program code)
CLASS Define the class used to render this element (defined by a style sheet)
TITLE A title that is associated with the element (displayed as a tooltip in Internet Explorer)
NAME The name of the meta property you are defining. Standard values for this are: "Author", "Description", "Title"
HTTP-EQUIV This attribute serves the same purpose as the NAME attribute. Web servers use this information to gather data for HTTP response headers.
CONTENT Defines the value for the meta property. This is plain old character data

Example

<META name="Title" content="Bob's Bait and Tackle">
<META name="Description" content="Bait and Tackle Equipment">
<META http-equiv="Expires" content="Tue, 20 Aug 1996 14:25:27 GMT">

Compatibility

HTML 4.01

Return to HTML Tag Reference Overview

Orvado Technologies

ASP Nuke CMS
Free Open Source
Content Manager
HomeFix Boards
Home Remodeling
Message Boards

Contact Us | Contribute | About | Site Map



"I only regret that I have one life to lose for my country." - Nathan Hale

©2007 Orvado Technologies, All Rights Reserved
ASP Nut provides articles and reference documentation for Active Server Page developers.