网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
10、最常使用的文件上传控件是<input type=”image”>
参考答案和解析
错误
更多 “10、最常使用的文件上传控件是input type=”image”” 相关考题
考题
● 下列HTML 标签中,用于提交表单的内容到服务器的表单元素是 (39) 。(39)A. INPUT TYPE="checkbox"B. INPUT TYPE ="radio"C. INPUT TYPE ="reset"D. INPUT TYPE ="submit"
考题
为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
考题
关于Image控件和PictureBox控件的说明,其中错误的是( )。A.Image控件和Picture Box控件都有Picture属性B.Image控件和Picture Box控件都支持Print方法C.Image控件和Picture Box控件都可以用Load Picture函数把图形文件装入控件中D.Image控件和Picture Box控件都能在属性窗口装入图形文件,也都能在运行期间装入图形文件
考题
下图是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
考题
若有运算符:>;、一、<;<;、%、sizeof,则它们按优先级(由高至低)的正确排列顺序为( )。A.%、sizeof、>;、<;<;、=B.sizeof、%、>;、一、<;<;C.sizeof、<;<;、>;、%、=D.sizeof、%、<;<;、>;、=
考题
在页面中看不见的表单元素是那种?()
A.input type=password/inputB.input type=radio/inputC.input type=hidden/inputD.input type=reset/input
考题
使用INPUT标记创建表单控件时,将TYPE属性设置为不同的值,可以创建不同类型的输入型表单控件,试在下列横线上填写适当的属性值: 单行文本框(); 密码框(); 提交按钮(); 重置按钮(); 复选框(); 单选按钮(); 文件域(); 隐藏域()。
考题
在页面中看不见的表单元素是那种?()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页面中包含一个按钮控件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
考题
执行语句a=Server.HTMLEncode(Server.HTMLEncode(""))后,变量a的值是()。A、"p"B、"lt;pgt;"C、"lt;lt;pgt;gt;"D、"amp;lt;pamp;gt;"
考题
属性选择器语法格式不正确的是()。A、input[type="text"]{background:red;}B、input{type="text"}{background:red;}C、input[type=password]{background:red;}D、input[type=’password’]{background:red;}
考题
要使单选框默认状态为被选中,下列正确的是()。A、〈input type="radio"selected/〉B、〈input type="radio"checked="checked"/〉C、〈input type="radio"/〉D、〈input type="radio"enabled/〉
考题
以下HTML标记写法有错误的是()。A、lt;headgt;lt;/headgt;B、lt;brgt;lt;/brgt;C、lt;h1gt;lt;/h1gt;D、lt;pgt;lt;/pgt。
考题
在表单中需要把用户的数据以密码的形式接受应该使用的表单元素是()。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
考题
在页面中看不见的表单元素是那种?()A、input type="password"/inputB、input type="radio"/inputC、input type="hidden"/inputD、input type="reset"/input
考题
填空题使用INPUT标记创建表单控件时,将TYPE属性设置为不同的值,可以创建不同类型的输入型表单控件,试在下列横线上填写适当的属性值: 单行文本框(); 密码框(); 提交按钮(); 重置按钮(); 复选框(); 单选按钮(); 文件域(); 隐藏域()。
考题
单选题在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=“计算”〉
热门标签
最新试卷