当前位置: 首页 > 网络学院 > 客户端脚本教程 > HTML DOM > DOM Meta 对象

HTML DOM
DOM TableRow 对象
DOM Textarea 对象
DOM Window 对象

HTML DOM 中的 DOM Meta 对象


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 626 ::
收藏到网摘: n/a

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).

Meta Object Properties
meta 对象属性

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

评论 (0) All

登陆 | 还没注册?