在表单中插入复选框的正确的HTML代码是()。
A: 〈inputtype="password"size=15〉〈/input〉
B: 〈textareaname=""rows=""cols=""〉〈/textarea〉
C: 〈inputtype="checkbox"name=""value=""/〉
D: 〈inputtype="textarea"rows=""cols=""〉〈/input〉
A: 〈inputtype="password"size=15〉〈/input〉
B: 〈textareaname=""rows=""cols=""〉〈/textarea〉
C: 〈inputtype="checkbox"name=""value=""/〉
D: 〈inputtype="textarea"rows=""cols=""〉〈/input〉
C
举一反三
- 在表单中插入多行文本域的正确的HTML代码是()。 A: 〈inputtype="password"size=15〉〈/input〉 B: 〈textareaname=""rows=""cols=""〉〈/textarea〉 C: 〈selectmultiple〉〈optionvalue=""〉〈/select〉 D: 〈inputtype="textarea"rows=""cols=""〉〈/input〉
- 在表单中插入文本域的正确的HTML代码是( )。 A: <input type="password" size=15> B: <textarea name="" rows="" cols=""> </textarea> C: <select multiple><option value=""></select> D: <input type="textarea" rows="" cols="" >
- 在表单中插入文本域的正确的HTML代码是()。 A: <textarea name="" rows="" cols=""> </textarea> B: <input type="password" size=15></input> C: <select multiple><option value=""></select> D: <input type="textarea" rows="" cols="" ></input>
- 增加表单的文本域的html代码是()。 A: <inputtype=submit> B: <inputtype=password> C: <textareaname=”textarea”></textarea> D: <inputtype=checkbox>
- 插入单选按钮的HTML代码为()。 A: <inputtype=“reset”/> B: <inputtype=“radio”/> C: <inputtype=“password”/> D: <inputtype=“checkbox”/>
内容
- 0
如果要在表单里创建一个普通文本框,以下写法中正确的是 A: <INPUT> B: <INPUTtype="password"> C: <INPUTtype="checkbox"> D: <INPUTtype="radio">
- 1
增加表单的列表框的html代码是()。 A: <inputtype=submit> B: <textareaname=”textarea”></textarea> C: <selectmultiple></select> D: <inputtype=checkbox>
- 2
声明一个10行、每行20个字符的多行文本框区域,以下哪句代码正确?( )。 A: <;textarea col=”10” row=”20”>;<;/textarea>; B: <;textarea col=”20” row=”10”>;<;/textarea>; C: <;textarea cols=”10” rows=”20”>;<;/textarea>; D: <;textarea cols=”20” rows=”10”>;<;/textarea>;
- 3
下列属性中不属于文本域<;textarea>;的属性是()。 A: name B: cols C: rows D: value
- 4
加表单的单选框的HTML代码是()。 A: <;inputtype=submit>; B: <;inputtype=image>; C: <;inputtype=radio>; D: <;inputtype=checkbox>;