In discussing oil pollution, one important fact to remember is that the problem remains the same( )heavy( )light oil is spilled into the water.A.both/andB.whether/orC.neither/norD.because/so

题目

In discussing oil pollution, one important fact to remember is that the problem remains the same( )heavy( )light oil is spilled into the water.

A.both/and

B.whether/or

C.neither/nor

D.because/so


相似考题
更多“In discussing oil pollution, one important fact to remember is that the problem remain ”相关问题
  • 第1题:

    We have decided to ___the prices of our products due to unexpectedly high transportation costs.

    A. increase
    B. comment
    C. construct
    D. remain

    答案:A
    解析:

  • 第2题:

    下列关于CSS重要性的说法中正确的是()

    A.!important要写在分号“;”的前面

    B.!important要写在相关属性值的前面

    C.!important权值为1000

    D.!important只能应用与字体样式设置


    CSS用于设置HTML页面中的文本内容、图片的外形以及版面的布局等外观显示样式

  • 第3题:

    提升选择器样式重要性的代码正确的是()

    A..green{ color:green!important; }

    B..green{ !important color:green; }

    C..green!important{ color:green!important; }

    D..green{ color:green; }!important;


    正确

  • 第4题:

    Almost of the information we gather is also available online around the world,with the______ coming from our contacts,from direct growers and wholesalers。

    A.remained
    B.remaining
    C.remains
    D.remain

    答案:B
    解析:
    本题考查动词的时态和语态。题目意为“我们收集到的信息中有近也可以在全球在线获得,剩下的的来自我们的联系人、直接种植者和批发商。”四个选项都是remain的不同形式,A选项过去式,过去分词,B选项现在分词,C选项单三形式,D选项原型。其中现在分词remaining可用作形容词,在句中作定语,B选项正确。
      

  • 第5题:

    下面关于CSS样式优先级,正确的是

    A.!important > id > class > tag

    B.id> !important > class > tag

    C.!important > tag > class > id

    D.tag> id > class > !important


    important > id > class > tag

  • 第6题:

    CSS优先级说法正确的是?

    A.!important > id > class > tag

    B.!important < id < class < tag

    C.!important>class>id>tag

    D.!important>tag>id>class


    important > id > class > tag