App下載

詞條

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

1631.No.3 離線存儲(chǔ)(HTML5 Web Storage)

H5的另一個(gè)重要特性就是離線存儲(chǔ),它能將用戶的資源文件保存在本地,這樣在頁面加載的時(shí)候網(wǎng)頁能使用本地資源,從而實(shí)現(xiàn)離線狀態(tài)下訪問網(wǎng)頁應(yīng)用。舉個(gè)例子,通過離線存儲(chǔ),你可以在沒有網(wǎng)絡(luò)的情況下閱讀公眾號(hào)的文章...

http://www.o2fo.com/hnj1x7/1z4e5ft6.html

1632.HTML <applet> 標(biāo)簽

...外的插件和安裝過程才能起作用。 標(biāo)簽定義及使用說明 HTML5 不支持 <applet> 標(biāo)簽。請(qǐng)使用 <object> 標(biāo)簽代替它。 在 HTML 4.01 中,<applet> 元素 已廢棄。 <applet> 標(biāo)簽定義嵌入的 applet。 HTML 4.01 與 HTML5之間的差異 HTML5...

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

1633.HTML 編程實(shí)戰(zhàn)闖關(guān)

HTML5 & CSS 課程列表為了幫助廣大學(xué)習(xí)者,做到學(xué)以致用,我們?yōu)榇蠹覝?zhǔn)備了大量的 HTML 編程實(shí)戰(zhàn)題,通過這些實(shí)戰(zhàn)題,您可以一邊學(xué)習(xí)一邊操作,來達(dá)到鞏固學(xué)習(xí)的作用。請(qǐng)選擇你喜歡的實(shí)戰(zhàn)提,開始進(jìn)行編程闖關(guān)。開始學(xué)習(xí)HTM...

http://www.o2fo.com/html/html-codecamp.html

1634.HTML 添加表單

```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-efvq24ec.html

1635.HTML DOM Style boxSizing 屬性

Style boxSizing 屬性 Style 對(duì)象 實(shí)例 改變 boxSizing 屬性: document.getElementById("myDIV").style.boxSizing="border-box"; 嘗試一下 ? 定義和用法 boxSizing 屬性允許您以特定的方式定義匹配某個(gè)區(qū)域的特定元素。 例如,如果您需要并排放置兩個(gè)帶邊...

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

1636.HTML DOM Input Text value 屬性

...ocument.getElementById("result").value = txt; 嘗試一下 ? 相關(guān)頁面 HTML 參考手冊(cè): HTML <input> value 屬性 Input Text 對(duì)象

http://www.o2fo.com/jsref/prop-text-value.html

1637.HTML input formmethod 屬性

HTML <input> formmethod 屬性 HTML <input> 標(biāo)簽實(shí)例第二個(gè)提交按鈕覆蓋了表單的 HTTP 方法: <form action="demo-form.php" method="get">First name: <input type="text" name="fname"><br>Last name: <input type="text" name="lname"><br><in...

http://www.o2fo.com/htmltags/att-input-formmethod.html

1638.HTML Audio/Video DOM timeupdate 事件

HTML Audio/Video DOM timeupdate 事件 HTML 音頻/視頻 DOM 參考手冊(cè) 實(shí)例 當(dāng)視頻播放位置已經(jīng)改變,顯示視頻當(dāng)前播放位置(一秒計(jì)): // 獲取 id="myVideo"的 <video> 元素var vid = document.getElementById("myVideo");//為 <video> 元素添加 ontimeupd...

http://www.o2fo.com/htmltags/av-event-timeupdate.html

1639.HTML canvas createLinearGradient() 方法

HTML canvas createLinearGradient() 方法 HTML canvas 參考手冊(cè) 實(shí)例1 定義從黑到白的漸變(從左向右) 定義從黑到白的漸變(從左向右),作為矩形的填充樣式: JavaScript: var c=document.getElementById("myCanvas"); var ctx=c.getContext("2d"); var grd=ctx.cr...

http://www.o2fo.com/htmltags/canvas-createlineargradient.html

1640.HTML DOM Select options 集合

...合 實(shí)例 實(shí)例 循環(huán)輸出下拉列表中的所有選項(xiàng): <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>W3Cschool在線教程(w3cschool.cn)</title> <script> function displayResult(){ var x=document.getElementById("mySelect"); var tx...

http://www.o2fo.com/jsref/coll-select-options.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

1631.No.3 離線存儲(chǔ)(HTML5 Web Storage)

H5的另一個(gè)重要特性就是離線存儲(chǔ),它能將用戶的資源文件保存在本地,這樣在頁面加載的時(shí)候網(wǎng)頁能使用本地資源,從而實(shí)現(xiàn)離線狀態(tài)下訪問網(wǎng)頁應(yīng)用。舉個(gè)例子,通過離線存儲(chǔ),你可以在沒有網(wǎng)絡(luò)的情況下閱讀公眾號(hào)的文章...

http://www.o2fo.com/hnj1x7/1z4e5ft6.html

1632.HTML <applet> 標(biāo)簽

...外的插件和安裝過程才能起作用。 標(biāo)簽定義及使用說明 HTML5 不支持 <applet> 標(biāo)簽。請(qǐng)使用 <object> 標(biāo)簽代替它。 在 HTML 4.01 中,<applet> 元素 已廢棄。 <applet> 標(biāo)簽定義嵌入的 applet。 HTML 4.01 與 HTML5之間的差異 HTML5...

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

1633.HTML 編程實(shí)戰(zhàn)闖關(guān)

HTML5 & CSS 課程列表為了幫助廣大學(xué)習(xí)者,做到學(xué)以致用,我們?yōu)榇蠹覝?zhǔn)備了大量的 HTML 編程實(shí)戰(zhàn)題,通過這些實(shí)戰(zhàn)題,您可以一邊學(xué)習(xí)一邊操作,來達(dá)到鞏固學(xué)習(xí)的作用。請(qǐng)選擇你喜歡的實(shí)戰(zhàn)提,開始進(jìn)行編程闖關(guān)。開始學(xué)習(xí)HTM...

http://www.o2fo.com/html/html-codecamp.html

1634.HTML 添加表單

```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-efvq24ec.html

1635.HTML DOM Style boxSizing 屬性

Style boxSizing 屬性 Style 對(duì)象 實(shí)例 改變 boxSizing 屬性: document.getElementById("myDIV").style.boxSizing="border-box"; 嘗試一下 ? 定義和用法 boxSizing 屬性允許您以特定的方式定義匹配某個(gè)區(qū)域的特定元素。 例如,如果您需要并排放置兩個(gè)帶邊...

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

1636.HTML DOM Input Text value 屬性

...ocument.getElementById("result").value = txt; 嘗試一下 ? 相關(guān)頁面 HTML 參考手冊(cè): HTML <input> value 屬性 Input Text 對(duì)象

http://www.o2fo.com/jsref/prop-text-value.html

1637.HTML input formmethod 屬性

HTML <input> formmethod 屬性 HTML <input> 標(biāo)簽實(shí)例第二個(gè)提交按鈕覆蓋了表單的 HTTP 方法: <form action="demo-form.php" method="get">First name: <input type="text" name="fname"><br>Last name: <input type="text" name="lname"><br><in...

http://www.o2fo.com/htmltags/att-input-formmethod.html

1638.HTML Audio/Video DOM timeupdate 事件

HTML Audio/Video DOM timeupdate 事件 HTML 音頻/視頻 DOM 參考手冊(cè) 實(shí)例 當(dāng)視頻播放位置已經(jīng)改變,顯示視頻當(dāng)前播放位置(一秒計(jì)): // 獲取 id="myVideo"的 <video> 元素var vid = document.getElementById("myVideo");//為 <video> 元素添加 ontimeupd...

http://www.o2fo.com/htmltags/av-event-timeupdate.html

1639.HTML canvas createLinearGradient() 方法

HTML canvas createLinearGradient() 方法 HTML canvas 參考手冊(cè) 實(shí)例1 定義從黑到白的漸變(從左向右) 定義從黑到白的漸變(從左向右),作為矩形的填充樣式: JavaScript: var c=document.getElementById("myCanvas"); var ctx=c.getContext("2d"); var grd=ctx.cr...

http://www.o2fo.com/htmltags/canvas-createlineargradient.html

1640.HTML DOM Select options 集合

...合 實(shí)例 實(shí)例 循環(huán)輸出下拉列表中的所有選項(xiàng): <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>W3Cschool在線教程(w3cschool.cn)</title> <script> function displayResult(){ var x=document.getElementById("mySelect"); var tx...

http://www.o2fo.com/jsref/coll-select-options.html

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

w3cschool 建議您:

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

熱門課程