• 2022-06-01
    以下选项中不能用来表示CSS颜色的是:
    A: red
    B: ff0000
    C: rgb(f,0,0)
    D: rgb(100%,0,0)
  • C

    内容

    • 0

      用SimpleGUITk绘制圆时,需要指定圆的线条和内部填充颜色,以下哪些选项可以表示蓝色? A: rgb(255, 0, 0) B: Blue C: rgb(0, 0, 255) D: blue E: “#0000FF”

    • 1

      在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)

    • 2

      在RGB颜色系统中,0红色+0绿色+0蓝色= 色;

    • 3

      设置背景颜色不正确的是( )。 A: background-color:red; B: background-color: C: ff0000; D: background-color: E: f00; F: background-color:rgb(ff,00,00);

    • 4

      使用Line命令绘制一个边长为100的正方形,需要输入的坐标是()A.0,0;0,100;100,100;100,0;-100,-100B.任意;@0,100;@100,0;@0,-100;@-100,0C.0,0;@0,100;@100,0;@0,-100;@-100,0D.0,0;0,-100;100,100;-100,0;-100,-100