From Htmlpedia
Contents |
[edit]
HTML Element META
[edit]
Definition and Usage
The <meta> tag is used by certain search engines on the World Wide Web to index your page.
[edit]
Examples
![]() | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
This refreshes the page every five seconds:
![]() | <meta http-equiv="refresh" content="5" /> |
This shows the last time the page was changed:
![]() | <meta name="revised" content="foreyes4, 4/10/07" /> |
This gives a description of the web page:
![]() | <meta name="description" content="An explanation on use of the HTML meta tag" /> |
This gives keywords for certain search engines:
![]() | <meta name="keywords" content="HTML, META" /> |
[edit]
Requirements
The content attribute is required. Http-equiv, name, and scheme are optional.
[edit]
Attributes
dir, lang, xml:lang

