下列样式的写法正确的是______。
A: html {color : red}
B: .xyz {color : blue}
C:
D: abc {color : yellow}
E: div , table a {color : white}
A: html {color : red}
B: .xyz {color : blue}
C:
D: abc {color : yellow}
E: div , table a {color : white}
举一反三
- 以下定义枚举类型正确的是() A: enum<br/>color={red, yellow, blue}; B: enum<br/>color={“red”, “yellow”, “blue”}; C: enum<br/>color{“red”, “yellow”, “blue”} D: enum<br/>color{red=3, yellow, blue};
- 以下能生效的样式选项是()p{color:yellow;}.classB{color:red;}.classA{color:blue;}123 A: yellow B: red C: blue D: black
- 以下能生效的样式选项是( ) p{ color:yellow; } .classB{ color:red; } .classA{ color:blue; } 123 A: yellow B: ed C: lue D: lack
- 页面上的div标签,其HTML结构如下: 传智播客 对应的CSS样式代码如下: #father #son{ color:red; } #father p{ color:blue; } div .son{ color:yellow; } div p{ color:green; } 那么,文字的颜色将显示为( )
- 在某个元素的前面插入内容的样式是? A: div:after{ content:"-台词";background-color:yellow;color:red;font-weight:bold;} B: div:before{ content:"-台词";background-color:yellow;color:red;font-weight:bold;} C: div:center{ content:"-台词";background-color:yellow;color:red;font-weight:bold;} D: div:top{ content:"-台词";background-color:yellow;color:red;font-weight:bold;}