> For the complete documentation index, see [llms.txt](https://docs.plumvoice.com/dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plumvoice.com/dev/voicexml/tags/meta-tag.md).

# \<meta>

## \<meta>

The \<meta> element specifies meta information, as in HTML.

### Attributes

<table><thead><tr><th width="183.33333333333331">Name</th><th width="165">Data type<select><option value="28efd0310cf44a03b9b0166986576f97" label="String" color="blue"></option><option value="9478f323f41246e79118ae28c152cfc2" label="Integer" color="blue"></option><option value="b56dd3e2493649b1b288cba3ce7618f8" label="Boolean" color="blue"></option></select></th><th>Description</th></tr></thead><tbody><tr><td>name</td><td><span data-option="28efd0310cf44a03b9b0166986576f97">String</span></td><td>The name of the metadata property.</td></tr><tr><td>content</td><td><span data-option="28efd0310cf44a03b9b0166986576f97">String</span></td><td>The value of the metadata property.</td></tr><tr><td>http-equiv</td><td><span data-option="28efd0310cf44a03b9b0166986576f97">String</span></td><td>The name of an HTTP response header.</td></tr></tbody></table>

### Notes

Plum DEV completely disregards all `<meta>` tag directives.

### Example

None

### Child Tags

None

### Parent Tags

[\<grammar>](/dev/voicexml/tags/grammar-tag.md), [\<vxml>](/dev/voicexml/tags/vxml-tag.md)
