Last reviewed: 3/23/2024 12:25:35 PM
In this article
<meta>
A <meta> element defines a metadata item as a name/value pair.
Syntax
<meta content="string"
http-equiv="string"
name="string" />
Attributes
content
The value of the metadata property.
http-equiv
The name of an HTTP response header.
name
The name of the metadata property.
Children
none
Parents
Variables
none
Example
The following examples illustrate using metadata.
<meta name="maintainer" content="jpdoe@anycompany.example.com"/>
<meta http-equiv="Expires" content="0"/>
<meta http-equiv="Date" content="Thu, 12 Dec 2000 23:27:21 GMT"/>
Version Information
Supported in: VoiceXML 1.0, VoiceXML 2.0, and VoiceXML 2.1.