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

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

为了在input两侧添加额外元素,以下说法正确的是()

  • A、使用input-group来封装控件
  • B、使用input-group-addon来添加前置元素
  • C、使用input-group-tailon来添加后置元素
  • D、必须为input添加form-control类

参考答案

更多 “为了在input两侧添加额外元素,以下说法正确的是()A、使用input-group来封装控件B、使用input-group-addon来添加前置元素C、使用input-group-tailon来添加后置元素D、必须为input添加form-control类” 相关考题
考题 ● 语句(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

考题 Bootstrap 中为了添加一个占用整个宽度的内容块,可在input元素后插入一个class="help-block"的块级元素。() 此题为判断题(对,错)。

考题 从以下备选答案内为程序中(5)~(9)处空缺部分选择正确答案。(5)A.CreatObject B.Connect C.ExecuteSQL D.Open()(6)A.<body> B.<html> C.<head> D.<table>(7)A.number B.recordnumber C.count D.recordcount(8)A.skip B.end for C.next D.loop(9)A.<input type="submit" name="add" value="添加">B.<input type="post" name="add" value="添加">C.<input type="submit" name="添加" value="add">D.<input type="post" name="添加" value="add">

考题 语句(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>

考题 在页面中看不见的表单元素是那种?() A.input type=password/inputB.input type=radio/inputC.input type=hidden/inputD.input type=reset/input

考题 在页面中看不见的表单元素是那种?()A、input type="password"/input B、input type="radio"/inputC、input type="hidden"/input D、input type="reset"/input

考题 以下关于input标签描述正确的是()。A、是块级元素B、是行内元素C、type="text"代表的是文本框D、不能修改样式

考题 在Flash里,为了给动画中的按钮在弹起时添加合适的声音,以下做法错误的是()。A、导入一个声音元素B、新添加一个层命名为“按钮声音”C、选择声音元素并指定播放方式为EventD、拖动按钮声音层中声音的位置使声音波形的开头与Over帧对齐

考题 以下表示获取焦点的,语法格式正确的是()。A、input:active{background:red;}B、input:hover{backgroungd:reen;}C、input:focus{background:orange;}D、input:link{background:yellow;}

考题 以下语法格式正确的是()。A、input:disabled{background:red;}B、input:enable{background:green;}C、input:checked{background:green;}D、input:selected{background:red;}

考题 当对象所在图层锁定时,下列说法不正确的是()。A、可以显示图层上的图形元素B、可以捕捉或添加新的图形元素C、可以编辑图形元素D、不能编辑图形元素

考题 在表单中需要把用户的数据以密码的形式接受应该使用的表单元素是()。A、input type=textB、input type=passwordC、input type=checkboxD、input type=radio

考题 下列说法不正确的是?()A、$(’input:checked’)选择的是所有被选中的input元素B、$(’#test:disabled’)选择的是id为test的表单内的所有不可用元素C、$(’:hidden’)选择的是input的type类型是hidden的不可见元素D、$(’divspan’)选择的是div元素下所有tag为span的子元素

考题 在HTML中,表单中的input元素的()属性用于指定表单元素的名称。A、valueB、nameC、typeD、caption

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

考题 以下关于:after伪类对象说法正确是()。A、:after伪元素在元素之后添加内容B、:after伪元素只能应用于超链接标签C、使用:after伪元素可能导致浮动元素塌陷D、:after不可以在元素之后添加指定链接的文件内容

考题 以下选项中说法错误的是()。A、$("input:checked")选取所有被选中的 input type="text" /元素B、$("#form:disabled")选取id为form的表单内的所有不可用元素C、$("#name").is(":visible")是判断id为name的元素的可见性D、$("div").addClass("background","url(img/up.gif)")是设置样式的

考题 获取所有被选中的复选框,以下写法正确的是()。A、$("input[type=radio]:checked")B、$("input:checkbox")C、$("input[checkbox]:disabled")D、$("input[type=checkbox]:checked")

考题 下面说法不正确的是()。A、$("input:checked")选取所有被选中的input元素B、$("#form:disabled")选取id为form的表单内的所有不可用元素C、$("#name").is(":visible")是判断id为name的元素的可见性D、$("div").addClass("background","url(img/up.gif)")是设置样式的

考题 以下选项中说法正确的是()。A、$("input:checked")选取所有被选中的input元素B、$("#form:disabled")选取id为form的表单内的所有不可用元素C、$("#name").is(":visible")是判断id为name的元素的可见性D、$("div").addClass("background","url(img/up.gif)")是设置样式的

考题 在页面中看不见的表单元素是那种?()A、input type="password"/inputB、input type="radio"/inputC、input type="hidden"/inputD、input type="reset"/input

考题 多选题以下选项中说法正确的是()。A$(input:checked)选取所有被选中的input元素B$(#form:disabled)选取id为form的表单内的所有不可用元素C$(#name).is(:visible)是判断id为name的元素的可见性D$(div).addClass(background,url(img/up.gif))是设置样式的

考题 多选题给一个元素添加样式下列说法正确的是()。AaddClass()Badd()Cattr()Dcss(name,value)

考题 多选题以下关于input标签描述正确的是()。A是块级元素B是行内元素Ctype=text代表的是文本框D不能修改样式

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

考题 单选题下面说法不正确的是()。A $(input:checked)选取所有被选中的input元素B $(#form:disabled)选取id为form的表单内的所有不可用元素C $(#name).is(:visible)是判断id为name的元素的可见性D $(div).addClass(background,url(img/up.gif))是设置样式的

考题 单选题以下关于:after伪类对象说法正确是()。A :after伪元素在元素之后添加内容B :after伪元素只能应用于超链接标签C 使用:after伪元素可能导致浮动元素塌陷D :after不可以在元素之后添加指定链接的文件内容