在表单中插入复选框的正确的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〉
举一反三
- 在表单中插入多行文本域的正确的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”/>