HTMLMetaElement

The interface for <meta>. Extends HTMLElementElement.

Reflected properties

All setters are guarded and throw NoModificationAllowedError on a read-only document.

Property Attribute Type Notes
name name string Reflects the content attribute verbatim.
content content string Reflects the content attribute verbatim.
httpEquiv http-equiv string Reflects the content attribute verbatim.
charset charset string Reflects the content attribute verbatim.

See also