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

HTML DOM
DOM Input Checkbox
DOM Input File 对象
DOM Input Hidden对象
DOM Input Password 对象
DOM Input Radio 对象
DOM Input Reset 对象
DOM Input Submit 对象
DOM Input Text 对象
DOM Link 对象
DOM Location 对象
DOM Meta 对象
DOM Navigator 对象
DOM 对象
DOM Option 对象
DOM Screen 对象
DOM Select 对象
DOM Style 对象
DOM Table 对象
DOM TableData 对象
DOM TableHeader 对象

HTML DOM 中的 DOM Meta 对象


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 625 ::
收藏到网摘: 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

登陆 | 还没注册?