• 2022-05-26 问题

    定义了类选择器test,让段落应用class名为test的类,下列写法正确的是: A: .test{color:red;} B: #test{color:red;} C: test{color:red;} D: ,test{color:red;}

    定义了类选择器test,让段落应用class名为test的类,下列写法正确的是: A: .test{color:red;} B: #test{color:red;} C: test{color:red;} D: ,test{color:red;}

  • 2022-06-08 问题

    改变某个元素的文本颜色的CSS属性是(). A: color B: test-color C: Fgcolor D: text-color

    改变某个元素的文本颜色的CSS属性是(). A: color B: test-color C: Fgcolor D: text-color

  • 2022-05-26 问题

    使用标签指定式选择器,让段落使用id名为test的样式,下列写法正确的是 A: p .test{color:red;} B: p C: test{color:red;} D: p.test{color:red;} E: p,test{color:red;}

    使用标签指定式选择器,让段落使用id名为test的样式,下列写法正确的是 A: p .test{color:red;} B: p C: test{color:red;} D: p.test{color:red;} E: p,test{color:red;}

  • 2022-05-26 问题

    使用选择器,选择test的类的段落,下列写法正确的是() A: .p.test{color:red;} B: p C: test{color:red;} D: p.test{color:red;} E: .p,test{color:red;}

    使用选择器,选择test的类的段落,下列写法正确的是() A: .p.test{color:red;} B: p C: test{color:red;} D: p.test{color:red;} E: .p,test{color:red;}

  • 2022-05-29 问题

    下面( )符合类别选择器的样式规则定义 A: .test{clore:red; font-size:24px;} B: H2{color:red; font-family:宋体;} C: D: grass{color:green; font-size:24px;} E: .test{color="red", text-align="left"}

    下面( )符合类别选择器的样式规则定义 A: .test{clore:red; font-size:24px;} B: H2{color:red; font-family:宋体;} C: D: grass{color:green; font-size:24px;} E: .test{color="red", text-align="left"}

  • 2022-06-05 问题

    如下所示代码,在浏览器中文字的颜色是( )。 Document div { color: red; } p { color: green; } div.demo { color: blue; } #test { color: yellow; } 知识就是力量! A: ed B: green C: lue D: yellow

    如下所示代码,在浏览器中文字的颜色是( )。 Document div { color: red; } p { color: green; } div.demo { color: blue; } #test { color: yellow; } 知识就是力量! A: ed B: green C: lue D: yellow

  • 2022-06-15 问题

    下列哪个是类选择器()。 A: hover{color:red;} B: p{font-size:20px;} C: .test{text-align:center} D: #id{width:300px;height:300px;}

    下列哪个是类选择器()。 A: hover{color:red;} B: p{font-size:20px;} C: .test{text-align:center} D: #id{width:300px;height:300px;}

  • 2022-06-15 问题

    指出代码输出的各个结果: console.log(test); function test(test){ console.log(test); var test=234; console.log(test); function test(){} } test(1); var test=123;

    指出代码输出的各个结果: console.log(test); function test(test){ console.log(test); var test=234; console.log(test); function test(){} } test(1); var test=123;

  • 2022-06-01 问题

    查看一下代码 ,请问输出正确的是|var Test ={| foo:"test",| func:function () {| var self=this;| console.log(this.foo);| console.log(self.foo);| (function () {| console.log(this.foo);| console.log(self.foo);| })();| }|};|Test.func(); A: test test undefined test B: test undefined undefined test C: test test undefined D: test test test test

    查看一下代码 ,请问输出正确的是|var Test ={| foo:"test",| func:function () {| var self=this;| console.log(this.foo);| console.log(self.foo);| (function () {| console.log(this.foo);| console.log(self.foo);| })();| }|};|Test.func(); A: test test undefined test B: test undefined undefined test C: test test undefined D: test test test test

  • 2021-04-14 问题

    TEST指令的结构为TEST Test data {CASE Test value {, Test value} : ...} [ DEFAULT: ...] ENDTEST。其中Test data表示 ,Test value表示

    TEST指令的结构为TEST Test data {CASE Test value {, Test value} : ...} [ DEFAULT: ...] ENDTEST。其中Test data表示 ,Test value表示

  • 1 2 3 4 5 6 7 8 9 10