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

http-equiv

Description

The http-equiv attribute for HTML specifies the pragma directive.

Syntax

http-equiv="value"

Values

content-language

Sets the pragma-set default language.

content-security-policy

Enforces a Content Security Policy on a Document.

content-type

An alternative form of setting the charset attribute.

default-style

Sets the name of the default CSS style sheet set.

refresh

Acts as a timed redirect.

Sets a cookie. User agents are required to ignore this pragma.

x-ua-compatible

Encourages Internet Explorer to more closely follow the specifications. User agents are required to ignore this pragma.

Examples

1 · HTML · content-language

2 · HTML · content-security-policy

3 · HTML · content-type

4 · HTML · default-style

5 · HTML · refresh

7 · HTML · x-ua-compatible

8 · JS · content-language

9 · JS · content-security-policy

10 · JS · content-type

11 · JS · default-style

12 · JS · refresh

14 · JS · x-ua-compatible