The
meta
element
with a http-equiv attribute
whose value is "default-style" represents a pragma
directive that specifies the document’s preferred stylesheet.
empty (void element)
global attributes & http-equiv="default-style"★ & content★
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, noscript
interface HTMLMetaElement : HTMLElement {
attribute DOMString name;
attribute DOMString httpEquiv;
attribute DOMString content;
};