The attribute(s) of color is (are):
A: Hue
B: Value
C: Chroma
D: All of the above
A: Hue
B: Value
C: Chroma
D: All of the above
举一反三
- 色彩的属性包括: A: 纯度(chroma) B: 色相(hue) C: 明度(value)
- 判断题:孟赛尔色彩体系由色相Hue、明度Value和彩度Chroma三个属性组成的。
- 下面那一项不属于CSS3中新增加的属性选择器? A: [attribute^=value] B: [attribute$=value] C: [attribute~=value] D: [attribute*=value]
- 属性选择器中匹配属性值包含value的元素,其语法格式为。 A: [attribute$=value] B: [attribute!=value] C: [attribute*=value] D: [attribute^=value]
- 以下是属性选择器的语法的是? A: E[attribute] B: E[attribute=value] C: E[attribute~=value] D: E[attribute|=value]