HTML DOM disabled 属性
2017-08-06 HTML DOM disabled 属性 HTML DOM Option 对象 定义和用法 disabled 属性可设置或返回是否默认地禁用某个 option 元素。 注释: 该 disabled 属性在 IE 中不起作用。 如果该属性为 true,则该 option 元素
HTML DOM defaultSelected 属性
2017-08-06 HTML DOM defaultSelected 属性 HTML DOM Option 对象 定义和用法 defaultSelected 属性可返回 selected 属性的初始值。 如果选择了默认的选项,则返回 true,否则返回 fasle。 如果表单被重置,则 select
HTML DOM scheme 属性
2017-08-06 HTML DOM scheme 属性 HTML DOM Meta 对象 定义和用法 scheme 属性设置或返回用于解释 content 属性的值的格式。 语法 metaObject.scheme=format 实例 本例返回用于解释 content 属性的值的格式: htmlheadm
HTML DOM name 属性
2017-08-06 HTML DOM name 属性 HTML DOM Meta 对象 定义和用法 name 属性把 content 属性连接到 name。 语法 metaObject.name=author|description|keywords|generator|revised|others 实例 本例的 meta 标签为搜索引擎定义了一些关
HTML DOM httpEquiv 属性
2017-08-06 HTML DOM httpEquiv 属性 HTML DOM Meta 对象 定义和用法 httpEquiv 属性把 content 属性连接到 HTTP 头部。 语法 metaObject.httpEquiv=content-type|expires|refresh|set-cookie 实例 本例每 5 秒刷新页面: htmlheadmeta
HTML DOM content 属性
2017-08-06 HTML DOM content 属性 HTML DOM Meta 对象 定义和用法 content 属性设置或返回 meta 元素的 content 属性的值。 语法 metaObject.content=text 实例 本例的 meta 标签为搜索引擎定义了一些关键词。以下代码
HTML DOM type 属性
2017-08-06 HTML DOM type 属性 HTML DOM Link 对象 定义和用法 The type property sets or returns the MIME type of the target URL (like text/css, text/javascript, image/gif, etc.). 语法 linkObject.type=MIME_type 实例 The following example ret
HTML DOM rev 属性
2017-08-06 HTML DOM rev 属性 HTML DOM Link 对象 定义和用法 The rev property sets or returns the relationship between the target URL and the current document. The rel and rev properties work together. Those two properties are used by search en
HTML DOM rel 属性
2017-08-06 HTML DOM rel 属性 HTML DOM Link 对象 定义和用法 The rel property sets or returns the relationship between the current document and the target URL. The rel and rev properties work together. Those two properties are used by search en
HTML DOM name 属性
2017-08-06 HTML DOM name 属性 HTML DOM Link 对象 定义和用法 The name property sets or returns the name of a element. 语法 linkObject.name=name 实例 The following example outputs the name of a link element: htmlheadlink rel=stylesheet type