多项选择题以下哪项可以验证在表单中的各元素内容的有效性。()

A.pattern属性
B.required属性
C.novalidate属性
D.checkValidity()方法


您可能感兴趣的试卷

你可能感兴趣的试题

2.单项选择题php的哪个函数,可以输出变量或者数组的值。()

A.var_dump
B.mappath
C.write
D.end

4.单项选择题标签页垂直方向堆叠排列,需要添加的类为哪项。()

A.nav-vertical
B.nav-tabs
C.nav-pills
D.nav-stacked

5.单项选择题输入框组想加上图标,可以实现对表单控件的扩展的类是哪项。()

A..input-group-btn
B..input-group-addon
C.form-control
D.input-group-extra

6.单项选择题img-responsive类可以让图片支持响应式布局,它的实现原理是什么。()

A.设置了max-width:100%;和height:auto;
B.设置了max-width:100%;和height:100%;
C.设置了width:auto;和max-height:100%;
D.设置了width:auto;和height:auto;

7.单项选择题表单元素要加上什么类,才能给表单添加圆角属性,和阴影效果()

A.form-group
B.form-horizontal
C.form-inline
D.form-contro

9.单项选择题Bootstrap中,制作tab切换,要显示的内容要放在下方哪个容器里面。()

A.content
B.tab-group
C.tab-body
D.tab-content

10.单项选择题Bootstrap中,如何让轮播图在页面切换时有动画。()

A.添加in类
B.添加fade类
C.添加active类
D.添加slide类