网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
当type=text时,标记除了有两个不可默认的属性()和()外,还有三个可选的属性:()、()和()。
参考答案
更多 “当type=text时,标记除了有两个不可默认的属性()和()外,还有三个可选的属性:()、()和()。” 相关考题
考题
详细阅读下面的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
考题
● 语句(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
考题
语句(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>
考题
当标记的TYPE属性的值为______时,代表一个密码框。A.PASSWORDB.TEXTC.CHECK BOXD.RADIO
当<INPUT>标记的TYPE属性的值为______时,代表一个密码框。A.PASSWORDB.TEXTC.CHECK BOXD.RADIO
考题
下图是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
考题
在下列选项中,正确地产生文本区(textarea)的标记是( )。A.textareaB.input type=”textarea”C.input type=”textbox”D.input type=”text:”
考题
当标记的TYPE属性的值为______时,代表一个可选多项的复选框。A.TEXTB.PASSWORDC.RADIOD.CH
当<INPUT>标记的TYPE属性的值为______时,代表一个可选多项的复选框。A.TEXTB.PASSWORDC.RADIOD.CHECK BOX
考题
某 html 文档中有如下代码,则在浏览器中打开该文档时显示为( )。 form Listl: input type=text name=List1 / br / List2: input type=text name=List 2 / /formA.B.C.D.
考题
如果要在表单中创建一个普通文本框,下列标记中正确的是( )。A.input type=”text”SXB
如果要在表单中创建一个普通文本框,下列标记中正确的是( )。A.input type=”text”B.input type=”password”C.input type=”CheCkbox”D.input type=”radio”
考题
在表单的相关标记中,表示提供给用户一个可以复选的选项的标记为()A、INPUT TYPE=CHECKBOXB、INPUT TYPE=SUBMITC、INPUT TYPE=RESETD、INPUT TYPE=TEXT
考题
增加表单的复选框的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="radio"selected/〉B、〈input type="radio"checked="checked"/〉C、〈input type="radio"/〉D、〈input type="radio"enabled/〉
考题
下面哪种方法可以设置单行文本框的默认值为“在这里输入用户名”?()A、〈input type=’text’ name=’txtUserId’ value=’在这里输入用户名’〉B、〈input type=’text’ name=’txtUserId’〉在这里输入用户名〈/input〉C、〈textarea type=’memo’ name=’txtUserId’ value=’在这里输入用户名’〉D、〈textarea type=’memo’ name=’txtUserId’〉在这里输入用户名〈/textarea〉
考题
要求用JavaScript实现下面的功能:在一个文本框中内容发生改变后,单击页面的其他部分将弹出一个消息框显示文本框中的内容,下面语句正确的是()。A、〈input type="text" onClick="alert(this.value)"〉B、〈input type="text" onChange="alert(this.value)"〉C、〈input type="text" onChange="alert(text.value)"〉D、〈input type="text" onClick="alert(value)"〉
考题
以下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中哪个可以产生文本框?()A、input type="textfield" B、textinput type="text" C、input type="text" D、textfield
考题
在表单中包含性别选项,且默认状态为“男”被选中,下列正确的是()。A、input type=radio name=sex checked男B、input type=radio name=sex enabled男C、input type=checkbox name=sex checked男D、input type=checkbo xname=sex enabled男
考题
单选题要求用JavaScript实现下面的功能:在一个文本框中内容发生改变后,单击页面的其他部分将弹出一个消息框显示文本框中的内容,下面语句正确的是()。A
〈input type=text onClick=alert(this.value)〉B
〈input type=text onChange=alert(this.value)〉C
〈input type=text onChange=alert(text.value)〉D
〈input type=text onClick=alert(value)〉
考题
单选题下面哪种方法可以设置单行文本框的默认值为“在这里输入用户名”?()A
〈input type=’text’ name=’txtUserId’ value=’在这里输入用户名’〉B
〈input type=’text’ name=’txtUserId’〉在这里输入用户名〈/input〉C
〈textarea type=’memo’ name=’txtUserId’ value=’在这里输入用户名’〉D
〈textarea type=’memo’ name=’txtUserId’〉在这里输入用户名〈/textarea〉
考题
单选题以下Form表单元素描述,()是错的。A
〈input type=password〉表示密码框B
〈input type=reset〉表示提交按钮C
〈select name=radio〉表示单选框D
〈input type=text〉表示文本框
热门标签
最新试卷