更多“Which things could be checked in?A.corrosive articleB.toolC.scissorsD.wine ”相关问题
  • 第1题:

    That young man has made so much noise that he ( ) not have been allowed to attend the concert.

    A、would

    B、should

    C、must

    D、could


    参考答案:D

  • 第2题:

    在网页中创建如下图所示的表单控制的HTML代码是______。

    A.性别:<input name="rbsex"type="radio"value="男"checked="cbecked"/>男<input name="rbsex"type="radio"value="女"/>女

    B.性别:<input name="rbsex"type="radio"value="男"checked="checked"/>男<input name="rbsex"type="checkbox"value="女"/>女

    C.性别:<input name="rbsex"type="checkbox"value="男"checked="checked=">男<input name="rbsex"type="radio"value="女"/>女

    D.性别:<input name="rbsex"type="checkbox"value="男"checked="checked=">男<input name="rbsex"type="checkbox"value="女"/>女


    正确答案:A
    解析:本题所示的表单控件主要是单选按钮,其HTML标签的类型为radio,checkbox是复选框.

  • 第3题:

    调用()方法可以选中单选按钮。

    A.attr("checked","checked")

    B.attr("checked",false)

    C.attr("checked")

    D.removeAttr("checked")


    正确

  • 第4题:

    We _____ rather talk about football or the weather or what we had for lunch.

    A: will

    B: should

    C: would

    D: could


    参考答案:C

  • 第5题:

    I__________have been there,but I__________not find the time.

    A.should;would
    B.should;could
    C.might;could
    D.could;could

    答案:B
    解析:
    考查情态动词的用法。句意为:“我本应该去那里,但我没时间。”should have done表示“过去本应做的事而实际上并没有做”,常含有责备、遗憾的语气。

  • 第6题:

    在表单中包含性别单选项,且默认状态为“男”被选中,下列正确的是()。

    A.<input type="radio" name="sex" checked="checked"> 男

    B.<input type="radio" name="sex" checked="enabled">男

    C.<input type="radio" name="sex" enabled="checked">男

    D.<input type="radio" name="sex" enabled="enabled">男