以下代码,正确表示表单中的复选框的是?( )。
A: <;input type="text">;
B: <;input type="password">;
C: <;input type="radio">;
D: <;input type="checkbox">;
A: <;input type="text">;
B: <;input type="password">;
C: <;input type="radio">;
D: <;input type="checkbox">;
举一反三
- 如果要在表单里创建一个普通文本框,以下写法中正确的是。( ) A: <;input type=”text”>; B: <;input type=”password”>; C: <;input type=”checkbox”>; D: <;input type=”radio”>;
- 增加表单的复选框的HTML代码是: A: <input type=submit> B: <input type=reset> C: <input type=text> D: <input type=checkbox>
- 表单:阅读以下代码段,则可知( )。 <INPUT type="text" name="textfield"><INPUT type="radio" name="radio" value="女"><INPUT type="checkbox" name="checkbox" value="checkbox"><INPUT type="file" name="file">
- 在表单中需要把用户的数据以密码的形式提交,应该定义的表单元素是( )。 A: <input type=checkbox> B: <input type=radio> C: <input type=password> D: <input type=text>
- 以下HTML代码中,用于实现密码输入的是: A: <;input type="text" />; B: <;input type="radio" />; C: <;input type="password" />; D: <;input type="email" />;