input>元素拥有多个type属性值,表示单行文本输入框的是()
A: input type="text"
B:
C:
D:
A: input type="text"
B:
C:
D:
举一反三
- <input>元素拥有多个type属性值,表示单行文本输入框的是() A: <input type="text"> B: <input type="password"> C: <input type="radio"> D: <input type="checkbox">
- input控件中,type属性值表示单行文本输入框的是 A: text B: texrarea C: textfile
- input>标签中,当type属性值为text时,用于定义单行文本输入框。( )
- 在input控件中,当type值为text时,表示的是单行文本输入框。
- 单行文本输入框的type属性值是text