一般放在head标签或head标签的noscript标签中。
为空元素(没有内容)。
除了全局属性之外,还有 name、http-equiv、content、charset
DOM接口
interface HTMLMetaElement : HTMLElement {
attribute DOMString name;
attribute DOMString httpEquiv;
attribute DOMString content;
};