参考答案和解析
参考答案:D
更多“While the television ________ ignored me, they were not aware of a very important sta ”相关问题
  • 第1题:

    某用户用的计算机主机域名是sta.net.cn,用户名为user1,那么他的E-mail地址为( )。

    A.sta.net.cn@user1

    B.User1@sta.net.cn

    C.User1. sta.net@ cn

    D.User1. sta.@ net.cn


    正确答案:B


  • 第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题:

    Chinese people began to be aware of the seriousness of the population.

    A:realize
    B:find out
    C:ignore
    D:emphasize

    答案:A
    解析:
    本句意思:“中国人民开始意识到人口问题的严重性。” be aware of:认识,意识到。realize:认识到。例如:Finally I realized that I couldn't count on him.最后我意识到我根本指望不上他。find out:发现。例如:We'd better find out what the problem is before taking any action.我们最好先弄清问题出在哪里再采取行动。ignore:忽视。例如:He completely ignores the fact that he is the one who made mistakes first.他完全忽视了是自己先犯错的这个事实:emphasize:强调。例如:The ability to cooperate with others is emphasized in the interview.这次面试格外强调和他人合作的能力。

  • 第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