ホームページ >ウェブフロントエンド >H5 チュートリアル >HTML5 对各个标签的定义与规定:meta
一般放在head标签或head标签的noscript标签中。
为空元素(没有内容)。
除了全局属性之外,还有 name、http-equiv、content、charset
DOM接口
interface HTMLMetaElement : HTMLElement {
attribute DOMString name;
attribute DOMString httpEquiv;
attribute DOMString content;
};