HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

meta

Description

The meta element for HTML represents various kinds of metadata that cannot be expressed using the title, base, link, style, and script elements.

Syntax

HTML

<meta attribute-name="attribute-value">

Attributes

Global

NameValueDescription
charsetcharacter encoding nameSpecifies a character encoding name
contentstringSpecifies the value part of a name/value pair
http-equivrefreshIndicates that the meta element is a pragma directive that specifies either a number of seconds after which to reload the current page, or a number of seconds after which to load a different page in place of the current page, and the URL for the replacement page
namestringSpecifies the name part of a name/value pair

Examples

1 · charset

2 · content

3 · http-equiv

4 · name