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

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

下面的HTML标记的作用是:()。

  • A、在web页面中产生一个多行文本框
  • B、在web页面中产生一个单行文本框
  • C、在web页面中产生一个复选框
  • D、在web页面中产生一个口令文本框

参考答案

更多 “下面的HTML标记的作用是:()。A、在web页面中产生一个多行文本框B、在web页面中产生一个单行文本框C、在web页面中产生一个复选框D、在web页面中产生一个口令文本框” 相关考题
考题 下列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

考题 为index.html文件中的(2)~(6)处空缺选择正确答案。(2)~(6)备选答案: A.input type="reset"B.input type="submit"C.input type="text"D.TextareaE.option F.Select G.radio

考题 语句(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文档中,input标记的type属性的值为 (61)时表示一个单选按钮。(61)A.textB.checkboxC.radioD.password

考题 下图是HTML文件submit.html在IE中的部分显示效果。请完成下面submit.html中部分html代码。<form. action=/cgi-bin/post-query method=POST>您的姓名:<input type=text name=姓名><br>您的主页的网址:<input type= text name=网址value=http://><br>密码:<input type= (44) name=密码><br><input type=submit value=“发送”><input type= (45) value=“重设”></form>(44)A.textB.passwordC.passwdD.key

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

考题 ● 下图是HTML文件submit.html在IE 中的部分显示效果。请完成下面submit.html中部分html代码。form. action=/cgi-bin/post-query method=POST您的姓名:input type=text name=姓名br您的主页的网址:input type=text name=网址 value=http://br密码:input type=(44) name=密码brinput type=submit value="发送"input type=(45) value="重设"/form(44)A. textB. passwordC. passwdD. key(45)A. sendB. resetC. restartD. replace

考题 在HTML文档中,标记的type属性的值为(37)时表示一个复选框。A.textB.checkboxC.radioD.subm 在HTML文档中,<input>标记的type属性的值为(37)时表示一个复选框。A.textB.checkboxC.radioD.submit

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

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

考题 HTML中,以下标记的type属性值(68)在浏览器中的显示不是按钮 形式。A.submitB.buttonC.pass HTML中,以下<input>标记的type属性值(68)在浏览器中的显示不是按钮 形式。A.submitB.buttonC.passwordD.reset

考题 在网页中创建如下图所示的表单控制的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="女"/>女

考题 HTML中,以下<input>标记的type属性值( )在浏览器中的显示不是按钮形式。A.submit B.button C.password D.reset

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

考题 在HTML页面中包含一个按钮控件mybutton,如果要实现点击该按钮时调用已定义的Javascript函数compute,要编写的HTML代码是()。A、〈input name=“mybutton” type=“button” onBlur=“compute()” value=“计算”〉B、〈input name=“mybutton” type=“button” onFocus=“compute()” value=“计算”〉C、〈input name=“mybutton” type=“button” onClick=“functioncompute()” value=“计算”〉D、〈input name=“mybutton” type=“button” onClick=“compute()” value=“计算”〉

考题 增加表单的单选框的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

考题 增加列表框的HTML代码是()A、input type=submit/input B、textarea name="textarea"/textarea C、select multiple/select   D、input type=checkbox/input

考题 增加表单的多行文本域的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

考题 单选题在HTML页面中包含一个按钮控件mybutton,如果要实现点击该按钮时调用已定义的Javascript函数compute,要编写的HTML代码是()。A 〈input name=“mybutton” type=“button” onBlur=“compute()” value=“计算”〉B 〈input name=“mybutton” type=“button” onFocus=“compute()” value=“计算”〉C 〈input name=“mybutton” type=“button” onClick=“functioncompute()” value=“计算”〉D 〈input name=“mybutton” type=“button” onClick=“compute()” value=“计算”〉

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