Please visit our sponsors !
The <meta> tag
Definition and Usage
The <meta> element provides meta-information about your page, such as
descriptions and keywords for search engines.
Tips and Notes
Note: The <meta> tag always goes inside the head
element.
Note: The end tag is forbidden.
Examples
This meta element defines keywords for search engines:
<meta name="keywords" content="HTML, DHTML, CSS, XML,
XHTML, JavaScript, VBScript">
|
This meta element defines a description of your page:
<meta name="description" content="Free Web tutorials
on HTML, CSS, XML, and XHTML">
|
This meta element defines the last revision of your
page:
<meta name="revised" content="YourName,
6/10/99">
|
Required Attributes
Attributes: |
Values: |
Description: |
content |
text |
Sets meta information to be associated with http-equiv or name |
Optional Attributes
Attributes: |
Values: |
Description: |
name |
author
description
keywords
generator
revised
others |
The name of the meta-object |
scheme |
text |
Defines a scheme to be used |
http-equiv |
content-type
expires
refresh
set-cookie |
Sets whether the content of the <meta> tag is bound to an http
response header |
Standard Attributes
For a full description, go to Standard
Attributes.
Jump to: Top of Page
or HOME or
Printer friendly page
Search W3Schools:
What Others Say About Us
Does the world know about us? Check out these places:
Dogpile
Alta Vista
MSN
Google
Excite
Lycos
Yahoo
Ask Jeeves
We Help You For Free. You Can Help Us!
W3Schools is for training only. We do not warrant its correctness or its fitness for use.
The risk of using it remains entirely with the user. While using this site, you agree to have read and accepted our
terms of use and
privacy policy.
Copyright 1999-2002 by Refsnes Data. All Rights Reserved
|