• 2022-06-07
    The color display will use both chrominance and luminance information. A black and white display uses(74).
    A: neither of the two components
    B: the chrominance component
    C: the luminance component
    D: both of the twocomponents
  • C

    内容

    • 0

      当元素浮动导致它的父元素.bigbox塌陷时,可以使用( )清除浮动 A: .bigbox::after{ display: block; content: ""; clear: both; } B: .bigbox{clear: both; } C: .bigbox::before{ display: block; clear: both; } D: .bigbox{ display: block; content: "" }

    • 1

      如果要清除浮动带来的影响,需要用到下面哪个css属性? A: display:block B: display:inline C: float:both D: clear:both

    • 2

      ____ of the two students is on the playground. ____of them are in the language lab. A: Both… None B: Either… Both C: None… All D: Neither… Both

    • 3

      ________teacher has gone to America. ________of them are still in Shanghai. A: Both; Both B: Both; Neither C: Neither; Both D: Neither; neither

    • 4

      以下选项中使用伪元素选择符让浮动元素的父元素高度自适应的是 A: 元素:after{content:"";display:block;clear:both} B: 元素:after{content:"";display:block;height:0;clear:both} C: 元素:after{content:"";display:block;clear:both;height:0;overflow:hidden;visibility:hidden} D: 元素:after{display:block;clear:both; height:0;overflow:hidden;visibility:hidden }