Skip to main content

<META>

Supply additional information about a document.

Synopsis


<META>

Attributes

General Attributes

Attribute Description Value
CONTENT The value of the meta data for http-equiv or name. A string.
HTTP-EQUIV Type of information supplied “content-type”, “expires”, “refresh”, or “set-cookie”.
NAME Name of the meta data being defined. A string.
SCHEME The format of the meta data for name. A string.

Lang Attributes

Attribute Description Value
DIR Direction for weak/neutral text. “ltr”, or “rtl”.
LANG Language code. A string.

Description

Supplies information that a HTTP-server can use to generate extra HTTP headers, from the HTML data. CSP supports http-equiv=content-type and http-equiv-expires.

FeedbackOpens in a new tab