网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

〈input type=””〉中type不能=的属性()。

A.password

B.submit

C.select

D.file


参考答案和解析
D
更多 “〈input type=””〉中type不能=的属性()。A.passwordB.submitC.selectD.file” 相关考题
考题 下列HTML标签中,用于提交表单的内容到服务器的表单元素是(39)。A.B. 下列HTML标签中,用于提交表单的内容到服务器的表单元素是(39)。A.<INPUT TYPE="checkbox">B.<INPUT TYPE="radio">C.<INPUT TYPE="reset">D.<INPUT TYPE="submit">

考题 ● 下列HTML 标签中,用于提交表单的内容到服务器的表单元素是 (39) 。(39)A. INPUT TYPE="checkbox"B. INPUT TYPE ="radio"C. INPUT TYPE ="reset"D. INPUT TYPE ="submit"

考题 ● 语句(43)用于在HTML表单中添加默认选中的复选框。(43)A. input type=radio name=s checkedB. input type=radio name=s enabledC. input type=checkbox name=s checkedD. input type=checkbox name=s enabled

考题 语句(43)用于在HTML表单中添加默认选中的复选框。A.B. 语句(43)用于在HTML表单中添加默认选中的复选框。A.<input type=radio name=s checked>B.<input type=radio name=s enabled>C.<input type=checkbox name=s checked>D.<input type=checkbox name=s enabled>

考题 增加表单的隐藏域的HTML代码是() A.input type=submit B.input type=iamgeC.input type=textD. input type=hide

考题 在下列选项中,正确地产生文本区(textarea)的标记是( )。A.textareaB.input type=”textarea”C.input type=”textbox”D.input type=”text:”

考题 下列HTML标签中,用于创建一个复选框的表单元素是(41)。A.B. 下列HTML标签中,用于创建一个复选框的表单元素是(41)。A.<INPUT TYPE="radio">B.<INPUT TYPE="submit">C.<INPUT TYPE="checkbox">D.<INPUT TYPE="reset">

考题 如果要在表单中创建一个普通文本框,下列标记中正确的是( )。A.input type=”text”SXB 如果要在表单中创建一个普通文本框,下列标记中正确的是( )。A.input type=”text”B.input type=”password”C.input type=”CheCkbox”D.input type=”radio”

考题 在页面中看不见的表单元素是那种?() A.input type=password/inputB.input type=radio/inputC.input type=hidden/inputD.input type=reset/input

考题 在网页中创建如下图所示的表单控制的HTML代码是______。A.性别:<input name="rbsex"type="radio"value="男"checked="cbecked"/>男<input name="rbsex"type="radio"value="女"/>女B.性别:<input name="rbsex"type="radio"value="男"checked="checked"/>男<input name="rbsex"type="checkbox"value="女"/>女C.性别:<input name="rbsex"type="checkbox"value="男"checked="checked=">男<input name="rbsex"type="radio"value="女"/>女D.性别:<input name="rbsex"type="checkbox"value="男"checked="checked=">男<input name="rbsex"type="checkbox"value="女"/>女

考题 在页面中看不见的表单元素是那种?()A、input type="password"/input B、input type="radio"/inputC、input type="hidden"/input D、input type="reset"/input

考题 在表单的相关标记中,表示提供给用户一个可以复选的选项的标记为()A、INPUT TYPE=CHECKBOXB、INPUT TYPE=SUBMITC、INPUT TYPE=RESETD、INPUT TYPE=TEXT

考题 增加表单的单选框的HTML代码是()A、input type=submitB、input type=iamgeC、input type=radioD、input type=checkbox

考题 增加表单的图像域的HTML代码是()A、input type=submitB、input type=iamge C、input type=radio D、input type=checkbox

考题 增加表单的复选框的HTML代码是()A、input type=submit B、input type=iamge C、input type=text D、input type=checkbox

考题 下列的HTML中哪个可以产生下拉列表?()A、list  B、input type="list"  C、input type="dropdown"  D、select

考题 属性选择器语法格式不正确的是()。A、input[type="text"]{background:red;}B、input{type="text"}{background:red;}C、input[type=password]{background:red;}D、input[type=’password’]{background:red;}

考题 〈INPUT〉标记中属性type="text"时该〈INPUT〉显示为()A、列表/菜单B、单选按钮C、多选按钮D、文本字段

考题 input标签type属性值可选()A、textB、buttonC、fileD、yes

考题 要使单选框默认状态为被选中,下列正确的是()。A、〈input type="radio"selected/〉B、〈input type="radio"checked="checked"/〉C、〈input type="radio"/〉D、〈input type="radio"enabled/〉

考题 在表单中需要把用户的数据以密码的形式接受应该使用的表单元素是()。A、input type=textB、input type=passwordC、input type=checkboxD、input type=radio

考题 增加表单的多行文本域的HTML代码是()。A、input type=submit/inputB、textarea name="textarea"/textareaC、input type=radio/inputD、input type=checkbox/input

考题 增加表单的文字段的HTML代码是()A、input type=submit B、input type=iamge C、input type=text D、input type=hide

考题 在不指定特殊属性的情况下,哪几种HTML标签可以手动输入文本:()A、TEXTAREA/TEXTAREA         B、INPUT    type=”text”/       C、INPUT    type=”hidden”/       D、DIV/DIV

考题 下列的HTML中哪个可以产生文本框?()A、input type="textfield"  B、textinput type="text" C、input type="text"  D、textfield

考题 在表单中包含性别选项,且默认状态为“男”被选中,下列正确的是()。A、input type=radio name=sex checked男B、input type=radio name=sex enabled男C、input type=checkbox name=sex checked男D、input type=checkbo xname=sex enabled男

考题 在页面中看不见的表单元素是那种?()A、input type="password"/inputB、input type="radio"/inputC、input type="hidden"/inputD、input type="reset"/input

考题 多选题在不指定特殊属性的情况下,哪几种HTML标签可以手动输入文本?()A〈TEXTAREA〉〈/TEXTAREA〉B〈INPUT type=“text”/〉C〈INPUT type=“hidden”/〉D〈DIV〉〈/DIV〉