A.text/manifest
B.text/cache-manifest
C.text/manifest-cache
D.text/local-manifest
您可能感興趣的試卷
你可能感興趣的試題
A.1
B.2
C.3
D.4
A.
B.
C.
D.
A.sessionStorage.setItem("鍵名","鍵值");
B.sessionStorage.saveItem("鍵名","鍵值");
C.sessionStorage.setItem("鍵值","鍵名");
D.sessionStorage.saveItem("鍵值","鍵名");
A.sessionStorage.getItem("鍵值");
B.sessionStorage.getItem("鍵名");
C.sessionStorage.loadItem("鍵值");
D.sessionStorage.loadItem("鍵名");
A.localStorage.getItem("鍵值");
B.localStorage.getItem("鍵名");
C.localStorage.loadItem("鍵值");
D.localStorage.loadItem("鍵名");
最新試題
在HTML5開發(fā)音頻時,屬于<audio>屬性的是()。
如果想要永久保存客戶端的數(shù)據(jù),可以使用()來實(shí)現(xiàn)。
要想實(shí)現(xiàn)從左到右顏色從藍(lán)色變?yōu)辄S色的線性漸變,則以下代碼正確的是()
關(guān)于text-shadow以下說法不正確的是()
如果想要定義一個元素為半透明,且不能影響內(nèi)部文本的透明度,可以使用()來實(shí)現(xiàn)。
以下哪些方法既是localStorage對象的常用方法,也是sessionStorage對象的常用方法?()
如果父元素定義了“display:flex;”,想要實(shí)現(xiàn)子元素在父元素中的垂直居中,可以使用()來實(shí)現(xiàn)。
下面有關(guān)CSS3新增的偽類選擇器的說法中,正確的是()。
想要實(shí)現(xiàn)文本的陰影效果,以下哪個選項(xiàng)是錯誤的?()
在CSS3中,濾鏡效果都是使用()屬性來實(shí)現(xiàn)的。