当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > DOM Meta 对象
The Meta object represents an HTML meta element.
Meta对象代表了HTML的meta元素
IE: Internet Explorer, F: Firefox, N: Netscape, W3C: World Wide Web Consortium (Internet Standard).
Property 属性 | Description 描述 | IE | F | N | W3C |
---|---|---|---|---|---|
charset | Sets or returns the character set used to encode the meta object 设置或返回用在meta对象里的字符编码 | 5 | 1 | 6 | No |
content | Sets or returns meta-information associated with httpEquiv or name 通过httpEquiv或name来设置或返回meta-information(meta信息) | 5 | 1 | 6 | Yes |
disabled | Sets or returns whether or not the meta object should be disabled 设置或返回meta对象是否禁用 | 5 | 1 | No | |
httpEquiv | Sets or returns information used to bind the content of the meta element to an HTTP response header 设置或返回HTTPheader信息反馈中所绑定到meta元素的内容 | 5 | 1 | 6 | Yes |
name | Sets or returns the value of the content attribute of the meta object 设置或返回meta对象的content属性值 | 5 | 1 | 6 | Yes |
scheme | Sets or returns the scheme to be used in interpreting the value of a property for the meta object 设置或返回scheme为meta对象解读的某属性的值 | 6 | 1 | 6 | Yes |