在页面中看不见的表单元素是(_____)。
A: inputtype="password"
B:
C:
D:
A: inputtype="password"
B:
C:
D:
举一反三
- 在页面中看不见的表单元素是(_____)。 A: <inputtype="password"> B: <inputtype="reset"> C: <inputtype="radio"> D: <inputtype="hidden">
- 在页面中看不见的表单元素是那种?
- 在页面中看不见的表单元素是() A: <;input type="password">;<;/input>; B: <;input type="radio">;<;/input>; C: <;input type="hidden">;<;/input>; D: <;input type="reset">;<;/input>;
- 在页面中看不见的表单元素是那种?: <input type="hidden"></input>|<input type="password"></input>|<input type="radio"></input>|<input type="reset"></input>
- 在表单中需要把用户的数据以密码的形式接受应该使用的表单元素是()。 A: <inputtype=text> B: <inputtype=password> C: <inputtype=checkbox> D: <inputtype=radio>