A meta element with a http-equiv attribute whose value is "content-type" and which has an accompanying content attribute and value represents a character encoding declaration.
empty (void element)
text/html;
".charset=
".UTF-8
".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
A meta element with a http-equiv attribute whose value is "content-type" and which has an accompanying content attribute and value is said to be in the encoding declaration state.
interface HTMLMetaElement : HTMLElement { attribute DOMString name; attribute DOMString httpEquiv; attribute DOMString content; };