以下哪些值是input元素的type属性的值:
A: password
B: radio
C: submit
D: textarea
A: password
B: radio
C: submit
D: textarea
举一反三
- 下列选项不是input标记的type属性值的是()。 A: password B: radio C: textarea D: button
- 18.下列选项中不是input标记的type属性值的是( )。 A: radio B: password C: textarea D: checkbox
- type 属性的哪个值用于定义密码字段? A: radio B: password C: text D: submit
- 以下那些元素的是type的属性值()。 A: color B: password C: text D: Submit
- 增加表单的文本域的HTML代码是()。 A: <input type="submit" /> B: <textarea name="textarea"></textarea> C: <input type="radio" /> D: <input type="checkbox" />