A: p{color:
B: fff;}
C: p{color: white;}
D: p{color: rgb(255,255,255);}
E: p{color: rgb(0,0,0);}
举一反三
- 下列Css语句功能是将前景色设为白色,表述是错误的() A: p{color:#fff;} B: p{color:rgb(255.255.255);} C: p{color:rgb(0.0.0);} D: p{color:rgb(0.0.0):}
- 以下四条语句中,哪条语句是错误的? A: p { color: B: f00; } C: p { color: D: ff0000; } E: p { color: rbg(256,0,0); } F: p { color: rbg(100%,0%,0%); }
- <span style="color: rgb(255, 0, 0); font-size: 18px; background-color: rgb(255, 255, 255);<strong> (视频2.4.2测</strong><strong>试题)</strong></span><span style="color: rgb(255, 0, 0); font-size: 18px; background-color: rgb(255, 255, 255);</span><img width="780" height="91" src="http://image.zhihuishu.com/download/upload/uccmanage/eweb/user/20150720140135661.jpg" border="0" _ewebeditor_pa_src="http%3A%2F%2Fimage.zhihuishu.com%2Fdownload%2Fupload%2Fuccmanage%2Feweb%2Fuser%2F20150720140135661.jpg
- <span style="color: rgb(0, 0, 0); font-size: 18px;(视频2.4.2测试题 )</span><span style="color: rgb(255, 0, 0); font-size: 18px; </span>http://image.zhihuishu.com/testzhs/onlineexam/ueditor/201508/f5f24ab241db457d9bd0f6f77fa23849.jpg
- 下列哪行代码可以将<p>元素的颜色设置为红色 A: $("p").css("color":"red"); B: $(" C: p").css("color":"red"); D: $("p").css("red":"color"); E: $("p").css("red");
内容
- 0
【填空题】RGB( 0 , 0 , 0 )表示()色 RGB ( 255 , 255 , 255 ) 表示 ()色 RGB ( 255 , 0 , 0 )表示()色 RGB ( 0 , 0 , 255 )表示()色 RGB ( 0 , 255 , 0 )表示()色 RGB ( 255 , 255 , 0 )表示 ()色 RGB ( 255 , 0 , 255 )表示()色 RGB ( 0 , 255 , 255 )表示()色 RGB ( 128 , 128 , 128 )表示()色 RGB ( 1 , 1 , 1 )表示()色
- 1
<p>(HJ15)如果组织环境中的要素频繁的发生变化,我们将之称之为<span style="background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); display: inline; float: none; font-family: sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; word-spacing: 0px;">( )</span>的环境。如果变化不大,我们称之为<span style="display: inline !important; float: none; background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); font-family: sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; word-spacing: 0px;">( )</span>的环境。</p>
- 2
在CSS中,下列(1)项选择器的写法是错误的() A: #p{color:#000;} B: _p{color:#000;} C: p{color:#000;} D: p{color:#000;}
- 3
在CSS中,下列( )项选择器的写法是错误的。 A: B: p {color: C: 000;} D: _p {color: E: 000;} F: .p {color: G: 000;} H: p {color: I: 000;}
- 4
在VBA中,将某个单元格的背景填充为绿色,文字颜色改为蓝色,则正确的是 A: Cells(row, col).Interior.Color = RGB(0, 255, 0):Cells(row, col).Font.Color = RGB(0, 0, 255) B: Cells(row, col).Interior.Color = RGB(0, 0, 255):Cells(row, col).Font.Color = RGB(0, 255, 0) C: Cells(row, col).Interior.Color = RGB(255, 255, 255):Cells(row, col).Font.Color = RGB(0, 0, 255) D: Cells(row, col).Interior.Color = RGB(0, 0, 0):Cells(row, col).Font.Color = RGB(0, 0, 255)