网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
以下HTML代码定义的媒体查询条件下,如果设备的屏幕方向为横向,则页面背景颜色为() body { background-color:silver ; } @media only screen and (orientation: landscape) { body { background-color: lightblue; } }

A、红色

B、银色

C、浅蓝色

D、蓝色


参考答案

更多 “ 以下HTML代码定义的媒体查询条件下,如果设备的屏幕方向为横向,则页面背景颜色为() body { background-color:silver ; } @media only screen and (orientation: landscape) { body { background-color: lightblue; } } A、红色B、银色C、浅蓝色D、蓝色 ” 相关考题
考题 媒体查询特性中,()定义输出设备中的屏幕方向。 A、resolutionB、device- heightC、device- widthD、orientation

考题 以下HTML代码定义的媒体查询条件下,如果设备的屏幕方向为纵向,则页面背景颜色为() body { background-color:silver ; } @media only screen and (orientation: landscape) { body { background-color: lightblue; } } A、红色B、浅蓝色C、银色D、蓝色

考题 __(41)__是正确的网页代码结构。A. B. __(41)__是正确的网页代码结构。A.<html> </html> <head> </head> <body> </body>B.<tml> < head > <body> </body> < /head > < /html >C.<html> < head > < /head > <body> </body> < /html >D.<html> <body> < head > < /head > </body> < /html >

考题 __(41)__是正确的网页代码结构。A. B. __(41)__是正确的网页代码结构。A.<html> </html> <head> </head> <body> </body>B.<html> < head > <body> </body> < /head > < /html >C.<html> < head > < /head > <body> </body> < /html >D.<html> <body> < head > < /head > </body> < /html >

考题 ● HTML文档body标记的bgcolor属性用于定义网页的 (43) 。(43)A.前景颜色B.字体颜色C.背景颜色D.图片颜色

考题 怎样设置div的背景颜色()A.div{background-color:green;}B..div{background-color:green;}C.div.all{background-color:green;}D.#div{background-color:green;}

考题 把所有 p 元素的背景色设置为红色的正确 jQuery 代码是?()A.$("p").manipulate("background-color","red");B.$("p").layout("background-color","red");C.$("p").style("background-color","red");D.$("p").css("background-color","red");

考题 在HTML页面中,应在()标记中编写JavaScript代码。A.< javascript >......< /javascript >B.< script >......< /script >C.< head >......< head >D.< body >......< /body >

考题 定义表单背景颜色的属性是background-color。