<meta>

Description

An HTML <meta> header entry

HTML

For HTML target translation or direct browser loading, the <meta> element may be used to specify an XML serialised HTML <meta> header entry. During HTML target translation or direct browser loading, the element is copied verbatim into the document's header. For other targets, the element is ignored.

Attributes

See the HTML specification for information on the possible attributes of the HTML target <meta> element.

Immediate descendants

See the HTML specification for information on the possible descendant elements of the HTML target <meta> element.

Immediate ancestors

Element name Relation
<metadata> The enclosing metadata element containing the XML serialised HTML target specific meta element.

Example

<document xmlns="http://boradoc.org/1.0">
  <metadata>
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  </metadata>
</document>