asp.net.ph

Skip Navigation LinksHome > Abakada: Back to Basics > Language References > HTML Element Attributes > HTTP-EQUIV Attribute

HTTP-EQUIV Attribute | httpEquiv Property


Sets or retrieves whether the content of the META tag is bound to an HTTP response header.

Syntax

Inline <META HTTP-EQUIV = sInformation...>
Script meta.httpEquiv = sInformation ]

Possible Values

sInformation String containing information used in the response header.

The property is read/write with no default value.

Remarks

If the property is omitted, the name property should be used to identify the meta-information. The httpEquiv property is not case-sensitive.

Example

The following example causes the browser to reload the document every two seconds.

<META HTTP-EQUIV="REFRESH" CONTENT=2>
Applies To

META

See Also

content



Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note