App下載

詞條

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

1621.HTML meta http-equiv 屬性

HTML <meta> 標(biāo)簽 http-equiv 屬性在 <meta> 標(biāo)簽相當(dāng)于HTTP的頭文件,向?yàn)g覽器傳遞有用的信息,該屬性使用的變量的值會在 content 屬性中規(guī)定,請參考下述示例: 實(shí)例 每隔 30 秒刷新一次文檔: <head> <meta http-equiv="refres...

http://www.o2fo.com/htmltags/att-meta-http-equiv.html

1622.HTML 創(chuàng)建文本輸入框

```html <link rel="stylesheet" type="text/css"> <style> .red-text { color: red; } h2 { font-family: Lobster, Monospace; } p { font-size: 16px; font-family: Monospace; } .thick-green-border { border-color: green; border-width: 10px; b...

http://www.o2fo.com/chun5060/chun5060-kbtu24ea.html

1623.HTML DOM tr sectionRowIndex 屬性

...實(shí)例 實(shí)例 彈出THEAD,TBODY,tFoot Rows集合的行的位置: <html> <head> <script> function displayResult(x) { alert("Section row index is: " + x.sectionRowIndex); } </script> </head> <body> <table border="1"> ? <thead> ? <tr onclick="d...

http://www.o2fo.com/jsref/prop-tablerow-sectionrowindex.html

1624.HTML <audio> 標(biāo)簽

<audio> 標(biāo)簽是 HTML5 提供的用來播放音頻文件的。 實(shí)例 播放聲音: <audio controls> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> 您的瀏覽器不支持 audio 元素。 </audio> 嘗試一下 ? 瀏覽...

http://www.o2fo.com/htmltags/tag-audio.html

1625.HTML事件屬性ondragend

HTML事件屬性ondragend 觸發(fā) ondragend 屬性事件當(dāng)完成拖動元素或文本選擇時。 要使元素可拖動,請標(biāo)記該元素與全局HTML5 draggable 屬性。 默認(rèn)情況下,鏈接和圖像是可拖動的。 在draggable源元素上觸發(fā)的事件: ondragstart - starting dragg...

http://www.o2fo.com/htmltags/html-css-ondragend.html

1626.HTML DOM Style overflow 屬性

... 提示:如果您想要隱藏整個文檔的滾動條,請在 body 或 html 元素上使用 overflow 屬性。 實(shí)例 實(shí)例 使用 overflow 屬性來隱藏溢出的內(nèi)容: <html> <head> <style type="text/css"> div { border:1px solid red; width:100px; height:100px; } </styl...

http://www.o2fo.com/jsref/prop-style-overflow.html

1627.HTML DOM Style fontSizeAdjust 屬性

...ox 支持 fontSizeAdjust 屬性。 實(shí)例 實(shí)例 調(diào)整字體尺寸: <html> <head> <script> function displayResult() { document.getElementById("p1").style.fontSizeAdjust="0.58"; } </script> </head> <body> <p id="p1">This is some text.</p> <br> ...

http://www.o2fo.com/jsref/prop-style-fontsizeadjust.html

1628.HTML DOM Style tableLayout 屬性

...IE9 支持 "inherit"。 實(shí)例 實(shí)例 設(shè)置固定的表格布局: <html> <head> <script> function displayResult() { document.getElementById("myTable").style.tableLayout="fixed"; } </script> </head> <body> <table id="myTable" width="300" border="1"> <th...

http://www.o2fo.com/jsref/prop-style-tablelayout.html

1629.HTML事件屬性ondragenter

HTML事件屬性ondragenter 觸發(fā) ondragenter 屬性事件當(dāng)可拖動元素或文本選擇輸入有效的放置目標(biāo)時。 要使元素可拖動,請標(biāo)記該元素與全局HTML5 draggable 屬性。 默認(rèn)情況下,鏈接和圖像是可拖動的。 在draggable源元素上觸發(fā)的事件: ...

http://www.o2fo.com/htmltags/html-css-ondragenter.html

1630.HTML DOM Style outlineStyle 屬性

...性不包含輪廓的寬度。 實(shí)例 實(shí)例 更改輪廓的樣式: <html> <head> <style type="text/css"> #ex1 { border:1px solid red; outline:green dotted thick; } </style> <script> function displayResult() { document.getElementById("ex1").style.outlineStyle="solid";...

http://www.o2fo.com/jsref/prop-style-outlinestyle.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1621.HTML meta http-equiv 屬性

HTML <meta> 標(biāo)簽 http-equiv 屬性在 <meta> 標(biāo)簽相當(dāng)于HTTP的頭文件,向?yàn)g覽器傳遞有用的信息,該屬性使用的變量的值會在 content 屬性中規(guī)定,請參考下述示例: 實(shí)例 每隔 30 秒刷新一次文檔: <head> <meta http-equiv="refres...

http://www.o2fo.com/htmltags/att-meta-http-equiv.html

1622.HTML 創(chuàng)建文本輸入框

```html <link rel="stylesheet" type="text/css"> <style> .red-text { color: red; } h2 { font-family: Lobster, Monospace; } p { font-size: 16px; font-family: Monospace; } .thick-green-border { border-color: green; border-width: 10px; b...

http://www.o2fo.com/chun5060/chun5060-kbtu24ea.html

1623.HTML DOM tr sectionRowIndex 屬性

...實(shí)例 實(shí)例 彈出THEAD,TBODY,tFoot Rows集合的行的位置: <html> <head> <script> function displayResult(x) { alert("Section row index is: " + x.sectionRowIndex); } </script> </head> <body> <table border="1"> ? <thead> ? <tr onclick="d...

http://www.o2fo.com/jsref/prop-tablerow-sectionrowindex.html

1624.HTML <audio> 標(biāo)簽

<audio> 標(biāo)簽是 HTML5 提供的用來播放音頻文件的。 實(shí)例 播放聲音: <audio controls> <source src="horse.ogg" type="audio/ogg"> <source src="horse.mp3" type="audio/mpeg"> 您的瀏覽器不支持 audio 元素。 </audio> 嘗試一下 ? 瀏覽...

http://www.o2fo.com/htmltags/tag-audio.html

1625.HTML事件屬性ondragend

HTML事件屬性ondragend 觸發(fā) ondragend 屬性事件當(dāng)完成拖動元素或文本選擇時。 要使元素可拖動,請標(biāo)記該元素與全局HTML5 draggable 屬性。 默認(rèn)情況下,鏈接和圖像是可拖動的。 在draggable源元素上觸發(fā)的事件: ondragstart - starting dragg...

http://www.o2fo.com/htmltags/html-css-ondragend.html

1626.HTML DOM Style overflow 屬性

... 提示:如果您想要隱藏整個文檔的滾動條,請在 body 或 html 元素上使用 overflow 屬性。 實(shí)例 實(shí)例 使用 overflow 屬性來隱藏溢出的內(nèi)容: <html> <head> <style type="text/css"> div { border:1px solid red; width:100px; height:100px; } </styl...

http://www.o2fo.com/jsref/prop-style-overflow.html

1627.HTML DOM Style fontSizeAdjust 屬性

...ox 支持 fontSizeAdjust 屬性。 實(shí)例 實(shí)例 調(diào)整字體尺寸: <html> <head> <script> function displayResult() { document.getElementById("p1").style.fontSizeAdjust="0.58"; } </script> </head> <body> <p id="p1">This is some text.</p> <br> ...

http://www.o2fo.com/jsref/prop-style-fontsizeadjust.html

1628.HTML DOM Style tableLayout 屬性

...IE9 支持 "inherit"。 實(shí)例 實(shí)例 設(shè)置固定的表格布局: <html> <head> <script> function displayResult() { document.getElementById("myTable").style.tableLayout="fixed"; } </script> </head> <body> <table id="myTable" width="300" border="1"> <th...

http://www.o2fo.com/jsref/prop-style-tablelayout.html

1629.HTML事件屬性ondragenter

HTML事件屬性ondragenter 觸發(fā) ondragenter 屬性事件當(dāng)可拖動元素或文本選擇輸入有效的放置目標(biāo)時。 要使元素可拖動,請標(biāo)記該元素與全局HTML5 draggable 屬性。 默認(rèn)情況下,鏈接和圖像是可拖動的。 在draggable源元素上觸發(fā)的事件: ...

http://www.o2fo.com/htmltags/html-css-ondragenter.html

1630.HTML DOM Style outlineStyle 屬性

...性不包含輪廓的寬度。 實(shí)例 實(shí)例 更改輪廓的樣式: <html> <head> <style type="text/css"> #ex1 { border:1px solid red; outline:green dotted thick; } </style> <script> function displayResult() { document.getElementById("ex1").style.outlineStyle="solid";...

http://www.o2fo.com/jsref/prop-style-outlinestyle.html

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

w3cschool 建議您:

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

熱門課程