• 2022-06-07
    下列<;input>;标签type属性设置为文件域使用()
    A: text
    B: Submit
    C: file
    D: password
  • C

    内容

    • 0

      〈input type=””〉中type不能=的属性( )。 A: password B: submit C: select D: file

    • 1

      input标签的type属性可有有哪些值 A: text B: label C: password D: checkbox E: submit F: button

    • 2

      在HTML中可以使用[input]标签定义表单输入控件,并通过Type属性设置控件类型。其中Type属性值为()时,可以实现按钮的功能。[/input] A: Submit B: Click C: Reset D: Text E: Password

    • 3

      添加密码输入框,需要设置<input>标签的type属性为()。 A: button B: password C: text D: radio

    • 4

      用来输入密码的表单域是() A: A.input type=”reset” ……. B: B.input type=”password” ……. C: input type=”submit” ……. D: input type=”text” …….