The meta element with a name attribute sets document metadata in the form of name/value pairs.
meta.name = empty & meta.name.attrs
The meta element is a void element. A meta element must have a start tag but must not have an end tag.
The name attribute on the meta element must be either a defined metadata name or a registered metadata name.
A defined metadata name is any of the following:
description",
the value of the content attribute
must be a string that describes the page.generator",
the value of the content attribute
must be a string
that identifies the software used to generate the
document.application-name",
the value of the content attribute
must be a string representing the name of the Web
application that the page represents.A registered metadata name is any metadata name registered in the central MetaExtensions registration page.