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

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

● 网页中代码<input type=text name="foo" size=20>定义了 (44) 。

(44)

A. 一个单选框

B. 一个单行文本输入框

C. 一个提交按纽

D. 一个使用图像的提交按纽


参考答案

更多 “ ● 网页中代码input type=text name="foo" size=20定义了 (44) 。(44)A. 一个单选框B. 一个单行文本输入框C. 一个提交按纽D. 一个使用图像的提交按纽 ” 相关考题
考题 详细阅读下面的FORM. 表单和PHP代码。当在表单里面的两个文本框分别输入’php’和’great’的时候,PHP代码将在页面中打印出什么?( )form. action=’index.php’ method=’post’input type=’text’ name=’element[]’input type=’text’ name=’element[]’input type=’submit’ value=’提交’/formIndex.php 代码如下:?phpif(A.什么都没有B.AarryC.一个提示D.phpgreat

考题 ● 网页中代码input type=text name="foo" size=20定义了 (67) 。(67)A. 一个单选框B. 一个单行文本输入框C. 一个提交按纽D. 一个使用图像的提交按纽

考题 网页中代码定义了(44)。A.一个单选框B.一个单行文本输入框C 网页中代码<input type=text name="foo" size=20>定义了(44)。A.一个单选框B.一个单行文本输入框C.一个提交按钮D.一个使用图像的提交按钮

考题 ● 网页中代码input type=text name="foo" size=20定义了 (67) 。(67)A. 一个单选框B. 一个单行文本输入框C. 一个提交按纽D. 一个使用图象的提交按纽

考题 在网页中创建一个如下图所示的表单控件的HTML代码是(50)。A.<input type="text" name="T1" size="20">B.<textarea rows="1" name="T1" cols="20"></textarea>C.<input type="radio" value="T1" checked name="R1">D.<select size="1" name="T1"></select>

考题 网页中代码定义了(67)。A.一个单选框B.一个单行文本输入框C 网页中代码<input type=text name="foo",size=20>定义了(67)。A.一个单选框B.一个单行文本输入框C.一个提交按钮D.一个使用图像的提交按钮

考题 在网页中创建一个如图8-2所示的表单控件,其相应的HTML代码是(40)。A.<select size=“1”name=“T1”></select>B.<textarea rows=“2”name=“T1”cols=“20”></textarea>C.<input type=“radio”value=“T1”checked name=“R1”>D.<input type=“text”name=“T1”size=“20”>

考题 该网站查询商品网页search.htrnl的部分代码如下,请根据该页面和数据库shop.mdb中的表prouducts将search.asp的部分代码补充完整。 search, html: …… <form. method="POST"action="search.asp"> <p>请输入商品名称<input type="text" name="name" size="20"> <input type="submit">确认 …… </form> search, asp …… Pname=Request ("name") sql="Select * From (18) Where productname=" (19) Set rs=conn. (20) (sql) ……备选答案: A.shop B.nameC.open D.ExecuteE.prouducts F.Pname

考题 网页中代码定义了(67)。A.一个苹选框B.一个单行文本输入框C 网页中代码<input type=text name="foo",size=20>定义了(67)。A.一个苹选框B.一个单行文本输入框C.一个提交按钮D.一个使用图像的提交按钮

考题 在网页中创建一个如下图所示的表单控件的HTML代码是______ 。A.<input type=“text”name=“T1” size=“20”>B.<textarea rows=“1”name=“T1” cols=“20”></textarea>C.<input type=“radio”value=“T1”checked name=“R1”D.<select size=“1”name=“T1”></sclect>

考题 下图是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文件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 文档中有如下代码,则在浏览器中打开该文档时显示为( )。 form Listl: input type=text name=List1 / br / List2: input type=text name=List 2 / /formA.B.C.D.

考题 阅读以下关于网页制作和网页编程的说明,回答问题1至问题4。某公司电子商务网站首页如下图所示。网页制作使用了CSS技术,CSS文件style.css位于发布目录c:\website下的css目录中。下面给出首页的部分代码。<html>< (1) ><title>找东东网—找我喜欢!</title><link (2)=”stylesheet”(3)=”text/css” href=”(4)”/></head><body><form. name=searchinfo method=post nclick=”chkuser.asp”><input name=”textfield” type=”(5)”(6)=”请输入搜索项目” size=”70”maxlength=”50”/><input type=”submit” name=”submit” value=”搜索” /></form><form><input name=”mobile” type=”radio” value=”移动”(7)/>移动<input name=“unicom” type=”radio” value=”联通” />联通<input name=”smart” type=”radio”value=”小灵通”/>小灵通</form>……省略部分代码</body></html>请将上述HTML代码中空缺的部分补充完整。

考题 在网页中创建一个如下图所示的表单控件的HTML代码是______。A.<input type="text"name="T1"size="20">B.<textarea rows="1"name="T1"cols="20"></textarea>C.<inputtype="radio"value="T1"checkedname="R1">D.<select size="1"name="T1"></select>

考题 在网页中创建如下图所示的表单控制的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页面中,定义了如下的Javascript函数,则正确调用该函数的HTML代码是()  function compute(op){  alert(op);  }A、input name=”a” type=”button” onclick=”compute(this.value)” value=”+” B、input name=”b” type=”button” onclick=”compute(‘-‘)” value=”-” C、input name=”c” type=”button” onclick=”compute(“*”)” value=”*” D、input name=”d” type=”button” onclick=”compute(/ )” value=”/”

考题 在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=submit B、input type=iamge C、input type=text D、input type=checkbox

考题 在HTML中,使用HTML元素的class属性,将样式应用于网页上某个段落的代码如下所示: P class=“firstp”这是一个段落 /P 下面选项中,()正确定义了上面代码引用的样式规则。A、style type="text/css"P{color:red}/style B、style type="text/css"#firstp {color:red} /style C、style type="text/css" .firstp{color:red} /style D、style type="text/css"P.firstp{color:red}/style

考题 下列代码使用HTML元素的ID属性,将样式应用于网页上的某个段落:<P id=”firstp”>这是一个段落</P>,下面选项中,()正确定义了上面代码引用的样式规则。A、<Style Type=”text/css”> P {color:red} </Style>B、<Style Type=”text/css”> #firstp {color:red} </Style>C、<Style Type=”text/css”> .firstp {color:red} </Style>D、<Style Type=”text/css”> P.firstp {color:red} </Style>

考题 以下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页面中包含一个按钮控件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=“计算”〉

考题 单选题要在表单中创建一个多行文本输入框,初始值为:这是一个多行文本框。下面语句正确的是()。A 〈TEXTAREA NAME=“text”VALUE=“这是一个多行文本框”〉〈/TEXTAREA〉B 〈INPUT TYPE=text VALUE=“这是一个多行文本框”NAME=“text1”〉C 〈INPUT TYPE=textarea NAME=“text1”VALUE=“这是一个多行文本”〉D 〈TEXTAREA NAME=“text”COLS=20 ROWS=5〉这是一个多行文本框〈/TEXTAREA〉

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