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

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

在表单元素input的type属性中,表示的单选框的是()。

  • A、checkbox
  • B、radio
  • C、text
  • D、password

参考答案

更多 “在表单元素input的type属性中,表示的单选框的是()。A、checkboxB、radioC、textD、password” 相关考题
考题 下列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

考题 如果要求用户在表单输入一个有效的日期,可以设置input元素的type属性为( ) A.monthB.yearC.dateD.range

考题 在HTML5的表单中,如果要求一个input元素只能输入E-mail地址,可定义它的type为()。 AemailBnumberCdateDtime

考题 语句(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

考题 下列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

考题 在页面中看不见的表单元素是那种?()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

考题 要使单选框默认状态为被选中,下列正确的是()。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中,表单中的input元素的()属性用于指定表单元素的名称。A、valueB、nameC、typeD、caption

考题 以下Form表单元素描述,()是错的。A、〈input type="password"〉表示密码框B、〈input type="reset"〉表示提交按钮C、〈select name="radio"〉表示单选框D、〈input type="text"〉表示文本框

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

考题 在HTML中INPUT元素的TYPE属性用于指定表单元素的类型,下列可用的类型有()。A、BUTTONB、TEXTAREAC、SELECTD、TEXT

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

考题 单选题在HTML代码中使用表单元素时,如果将input的type属性设置为“checkbox”,可以创建一个()。A 单选框B 复选框C 列表框D 密码框

考题 单选题在HTML中,表单中的input元素的()属性用于指定表单元素的名称。A valueB nameC typeD caption

考题 单选题在表单元素input的type属性中,表示的单选框的是()。A checkboxB radioC textD password

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

考题 单选题以下Form表单元素描述,()是错的。A 〈input type=password〉表示密码框B 〈input type=reset〉表示提交按钮C 〈select name=radio〉表示单选框D 〈input type=text〉表示文本框