The meta element with a charset attribute represents a character encoding declaration.
empty (void element)
UTF-8".Name or Alias field
labeled as “preferred MIME name”;
or, if none of the Alias fields are so labeled, a
case-insensitive match
for a Name field in the registry.The meta element is a void element. A meta element must have a start tag but must not have an end tag.
any element that can contain metadata elements
interface HTMLMetaElement : HTMLElement {
attribute DOMString name;
attribute DOMString httpEquiv;
attribute DOMString content;
};