更多“It is important that the hotel receptionist has made sure that guests are registered ”相关问题
  • 第1题:

    Receptionist: ______, please?

    Guest: Bill Grant.


    正确答案:E

  • 第2题:

    HOTEL一词最早源于法语。


    A

  • 第3题:

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

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

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

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

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


    正确

  • 第4题:

    Poor people queued up to wait for free food.

    A:lined
    B:stood
    C:got
    D:registered

    答案:A
    解析:
    贫穷的人排队等候免费食物。queue“排队”。line“排队”,最符合题意,例如:The troops lined up and marched away.军队排好然后走开了。stand“站立”,例如:You have to stand up to reach the book on the shelf.你得站起来够到架子上的书。get up“起床”,例如:We will get up at 6 in the morning.我们要早上六点起床。register“注册”,例如:The car was registered in my name.汽车是以我的名字注册的。

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