input设置成密码,type的属性值是:
input设置成密码,type的属性值是:
参考答案和解析
password
相关考题:
当标记的TYPE属性的值为______时,代表一个密码框。A.PASSWORDB.TEXTC.CHECK BOXD.RADIO 当<INPUT>标记的TYPE属性的值为______时,代表一个密码框。A.PASSWORDB.TEXTC.CHECK BOXD.RADIO
当标记的TYPE属性的值为______时,代表一个可清除窗体所有值并将其置为初值的按钮。A.PASSW 当<INPUT>标记的TYPE属性的值为______时,代表一个可清除窗体所有值并将其置为初值的按钮。A.PASSWORDB.TEXTC.SUBMITD.RESET
下图是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文档中,标记的type属性的值为(37)时表示一个复选框。A.textB.checkboxC.radioD.subm 在HTML文档中,<input>标记的type属性的值为(37)时表示一个复选框。A.textB.checkboxC.radioD.submit
当标记的TYPE属性的值为______时,代表一个可选多项的复选框。A.TEXTB.PASSWORDC.RADIOD.CH 当<INPUT>标记的TYPE属性的值为______时,代表一个可选多项的复选框。A.TEXTB.PASSWORDC.RADIOD.CHECK BOX
HTML中,以下标记的type属性值(68)在浏览器中的显示不是按钮 形式。A.submitB.buttonC.pass HTML中,以下<input>标记的type属性值(68)在浏览器中的显示不是按钮 形式。A.submitB.buttonC.passwordD.reset
使用INPUT标记创建表单控件时,将TYPE属性设置为不同的值,可以创建不同类型的输入型表单控件,试在下列横线上填写适当的属性值: 单行文本框(); 密码框(); 提交按钮(); 重置按钮(); 复选框(); 单选按钮(); 文件域(); 隐藏域()。
在页面中看不见的表单元素是那种?()A、input type="password"/input B、input type="radio"/inputC、input type="hidden"/input D、input type="reset"/input
增加表单的图像域的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="text"]{background:red;}B、input{type="text"}{background:red;}C、input[type=password]{background:red;}D、input[type=’password’]{background:red;}
在表单中需要把用户的数据以密码的形式接受应该使用的表单元素是()。A、input type=textB、input type=passwordC、input type=checkboxD、input type=radio
以下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=password C、input type=radio D、input type=checkbox
在页面中看不见的表单元素是那种?()A、input type="password"/inputB、input type="radio"/inputC、input type="hidden"/inputD、input type="reset"/input
填空题使用INPUT标记创建表单控件时,将TYPE属性设置为不同的值,可以创建不同类型的输入型表单控件,试在下列横线上填写适当的属性值: 单行文本框(); 密码框(); 提交按钮(); 重置按钮(); 复选框(); 单选按钮(); 文件域(); 隐藏域()。
单选题以下Form表单元素描述,()是错的。A〈input type=password〉表示密码框B〈input type=reset〉表示提交按钮C〈select name=radio〉表示单选框D〈input type=text〉表示文本框