App下載

詞條

大約有 4,000 項(xiàng)符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,340 項(xiàng)。(搜索耗時(shí):0.0036秒)

951.HTML DOM Anchor target 屬性

...器都支持 target 屬性實(shí)例實(shí)例更改一個(gè)鏈接的 target: <html><head><script>function changeTarget(){document.getElementById('w3s').target="_blank";}</script></head><body><a id="w3s" href="http://o2fo.com">W3CSchool</a><...

http://o2fo.com/jsref/prop-anchor-target.html

952.HTML DOM Area port 屬性

... 實(shí)例 實(shí)例 下面的例子可返回 "Venus" 區(qū)域中的端口: <html> <body> <img src="planets.gif" width="145" height="126" usemap="#planetmap"> <map name="planetmap"> <area id="venus" shape="circle" coords="124,58,8" alt="Venus" href="venus.htm"> </map>...

http://o2fo.com/jsref/prop-area-port.html

953.HTML DOM Area hash 屬性

... 下面的例子可返回 "Venus" 區(qū)域中href屬性的錨部分: <html> <body> <img src="planets.gif" width="145" height="126" usemap="#planetmap"> <map name="planetmap"> <area id="venus" shape="circle" coords="124,58,8" alt="Venus" href="venus.htm#description"> <...

http://o2fo.com/jsref/prop-area-hash.html

954.HTML DOM Area shape 屬性

...例下面的例子可返回圖像映射中 "Venus" 區(qū)域的形狀:<html><body><img src="planets.gif" width="145" height="126" usemap="#planetmap"><map name="planetmap"><area id="venus" shape="circle" coords="124,58,8" alt="Venus" href="venus.htm"></map><p>...

http://o2fo.com/jsref/prop-area-shape.html

955.HTML DOM Area target 屬性

...的例子可返回圖像映射中 "Venus" 區(qū)域的 target 屬性: <html> <body> <img src="planets.gif" width="145" height="126" usemap="#planetmap"> <map name="planetmap"> <area id="venus" shape="circle" coords="124,58,8" alt="Venus" href="venus.htm" target="_blank">...

http://o2fo.com/jsref/prop-area-target.html

956.HTML DOM Audio src 屬性

...的URL。 返回實(shí)體URL,包括協(xié)議部分(如 http://) 相關(guān)頁面 HTML 參考手冊: HTML <audio> src 屬性。 Audio 對象

http://o2fo.com/jsref/prop-audio-src.html

957.HTML DOM Base href 屬性

... href 屬性實(shí)例實(shí)例下面的例子可返回頁面的基準(zhǔn) URL::<html><head> <meta charset="utf-8"> <title>W3Cschool(w3cschool.cn)</title> <base id="htmldom" href="http://o2fo.com/jsref/"></head><body><p>Base URL is:<script>docume...

http://o2fo.com/jsref/prop-base-href.html

958.HTML DOM Body background 屬性

...nd 屬性。 實(shí)例 實(shí)例 返回 body 元素的background屬性值: <html> <body id="logo" background="logo.png"> <script> document.write("The background image is: ") document.write(document.getElementById("logo").background); </script> </body> </html> 嘗試...

http://o2fo.com/jsref/prop-body-background.html

959.HTML DOM Button form 屬性

...例 實(shí)例 下面的例子可返回該按鈕所屬的表單的 id: <html> <body> <form id="form1"> <button id="button1" type="button">Click me!</button> </form> <p>The id of the form containing the button is: <script> document.write(document.getElem...

http://o2fo.com/jsref/prop-pushbutton-form.html

960.HTML DOM Button name 屬性

...支持 name 屬性。 實(shí)例 實(shí)例 返回按鈕的 name 屬性值: <html> <body> <button id="button1" name="button1">Click Me!</button> <p>The name of the button is: <script> document.write(document.getElementById("button1").name); </script></p> &l...

http://o2fo.com/jsref/prop-pushbutton-name.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

951.HTML DOM Anchor target 屬性

...器都支持 target 屬性實(shí)例實(shí)例更改一個(gè)鏈接的 target: <html><head><script>function changeTarget(){document.getElementById('w3s').target="_blank";}</script></head><body><a id="w3s" href="http://o2fo.com">W3CSchool</a><...

http://o2fo.com/jsref/prop-anchor-target.html

952.HTML DOM Area port 屬性

... 實(shí)例 實(shí)例 下面的例子可返回 "Venus" 區(qū)域中的端口: <html> <body> <img src="planets.gif" width="145" height="126" usemap="#planetmap"> <map name="planetmap"> <area id="venus" shape="circle" coords="124,58,8" alt="Venus" href="venus.htm"> </map>...

http://o2fo.com/jsref/prop-area-port.html

953.HTML DOM Area hash 屬性

... 下面的例子可返回 "Venus" 區(qū)域中href屬性的錨部分: <html> <body> <img src="planets.gif" width="145" height="126" usemap="#planetmap"> <map name="planetmap"> <area id="venus" shape="circle" coords="124,58,8" alt="Venus" href="venus.htm#description"> <...

http://o2fo.com/jsref/prop-area-hash.html

954.HTML DOM Area shape 屬性

...例下面的例子可返回圖像映射中 "Venus" 區(qū)域的形狀:<html><body><img src="planets.gif" width="145" height="126" usemap="#planetmap"><map name="planetmap"><area id="venus" shape="circle" coords="124,58,8" alt="Venus" href="venus.htm"></map><p>...

http://o2fo.com/jsref/prop-area-shape.html

955.HTML DOM Area target 屬性

...的例子可返回圖像映射中 "Venus" 區(qū)域的 target 屬性: <html> <body> <img src="planets.gif" width="145" height="126" usemap="#planetmap"> <map name="planetmap"> <area id="venus" shape="circle" coords="124,58,8" alt="Venus" href="venus.htm" target="_blank">...

http://o2fo.com/jsref/prop-area-target.html

956.HTML DOM Audio src 屬性

...的URL。 返回實(shí)體URL,包括協(xié)議部分(如 http://) 相關(guān)頁面 HTML 參考手冊: HTML <audio> src 屬性。 Audio 對象

http://o2fo.com/jsref/prop-audio-src.html

957.HTML DOM Base href 屬性

... href 屬性實(shí)例實(shí)例下面的例子可返回頁面的基準(zhǔn) URL::<html><head> <meta charset="utf-8"> <title>W3Cschool(w3cschool.cn)</title> <base id="htmldom" href="http://o2fo.com/jsref/"></head><body><p>Base URL is:<script>docume...

http://o2fo.com/jsref/prop-base-href.html

958.HTML DOM Body background 屬性

...nd 屬性。 實(shí)例 實(shí)例 返回 body 元素的background屬性值: <html> <body id="logo" background="logo.png"> <script> document.write("The background image is: ") document.write(document.getElementById("logo").background); </script> </body> </html> 嘗試...

http://o2fo.com/jsref/prop-body-background.html

959.HTML DOM Button form 屬性

...例 實(shí)例 下面的例子可返回該按鈕所屬的表單的 id: <html> <body> <form id="form1"> <button id="button1" type="button">Click me!</button> </form> <p>The id of the form containing the button is: <script> document.write(document.getElem...

http://o2fo.com/jsref/prop-pushbutton-form.html

960.HTML DOM Button name 屬性

...支持 name 屬性。 實(shí)例 實(shí)例 返回按鈕的 name 屬性值: <html> <body> <button id="button1" name="button1">Click Me!</button> <p>The name of the button is: <script> document.write(document.getElementById("button1").name); </script></p> &l...

http://o2fo.com/jsref/prop-pushbutton-name.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程