1.Which is true about Bootstrap?
A. Bootstrap is the most popular and powerful front-end (HTML, CSS, and JavaScript) framework for faster and easier responsive web development.
B. Bootstrap is a powerful front-end framework for faster and easier web development
C. It includes HTML and CSS based design templates for creating common user interface components like forms, buttons, navigations, dropdowns and so on.
D. All of them
2.Which is not a feature of Bootstrap?
A. Mobile first approach
B. Browser support
C. Easy to get started
D. Irresponsive design
3.What is not true about responsive design?
A. Bootstrap's responsive CSS adjusts to Desktops, Tablets and Mobiles
B. The end user need not worry about the device being used to access the web site
C. The end user continues to get the different experience across.
D. All of them
4.The following files do not belong to the bootstrap template?
A. jquery.js
B. bootstrap.min.js
C. bootstrap.min.css
D. bootstrap.java
5.In the statement <meta name="viewport" content="width-device-width, initial-scale=1">
A- The width-device-width part sets the width of the page to follow the screen-width of the device (which will vary depending on the device).
B- The initial-scale=1 part sets the initial zoom level when the page is first loaded by the browser
A. Both are true
B. Both are false
C. A is false
D. B is false
6.A- The .container class provides a responsive full width container
B-The.container-fluid class provides a fixed width container, spanning the entire width of the viewport)
A. Both are true
B. Both are false
C. A is true
D. B is true
7.Which is/ are the correct rule of Bootstrap grid system?
A. Rows must be placed within the .container class in order to get proper alignment and padding(padding).
B. Use rows to create horizontal groups of columns.
C. The content should be placed within a column, and only the column can be a direct child ele ment of a row
D. All of them
8.Which example will result in a 25%/75% split on small devices and a 50%/50% split on medium (and large) devices?
9.Which class is used to increase the left margin of a column to the column?
A. Col-md-*
B. Col-md-offset-*
C. Col-md-push-*
D. Col- md-pull-*
10.Which elements defines the style of the element as a dashed border that appears at the bottom of the text, and displays the full text when th e mouse hovers over it?
A. <Emphasize>
B. <abbr>
C. <lead>
D. <abbreviation>
11.Which is not a list style in bootstrap?
A. List-unstyled
B. List-inlined
C. List-ordered
D. DI-horizontal
12.Which class is used for for tablets - screens equal to or greater than 768px wide?
A. Col-sm
B. Col-md
C. Col-lg
D. Col-xs
13.Which class is used to set text alignment and wrap text in a paragraph that is out of part of the screen?
A. Text-inline
B. Text-justify
C. Text-nowrap
D. Text-overcase
14.Which class is used add stripes in the form of zebra lines in BS tables?()
A. Table-bordered
B. Table-hover
C. Table-striped
D. Table-responsive
15.Which class is used to apply a hover color to a particular row or cell?
A. Active B. Danger C. Info D. Warning
16.Which is not type of form layout in BS?
A. Vertical form B. Horizontal form C. Inline form D. Diagonal form
17.Which class is used of optimum spacing on webpage?
A. Form-inline
B. Form -horizontal
C. Form-group
D. Form-control
18.With which form type, we need to use class "form-group" ?
A. Vertical form B. Horizontal form C. Inline form D. All of them
19.Which type of input is accepted in input box?
A. Color B. Search C. Password D. All of them
20.Which is not a correct class for Background in BS?
A. Bg-danger B. Bq-success C. Bg-black D. Bg-primary
21.In which type of form, we need to Add class .control-label to all <label> elements?
A. Inline form
B. Horizontal form
C. Vertical form
D. All of them
22.A- The .input-group class is a container to enhance an input by adding an icon, text or a button in front or behind it as a "help text".
B-The .input-group-addon class attaches an icon or help text next to the input field.
A. Both are true.
B. Both are false.
C. A is false
D.B is false
23.Which attribute is used to prevent user input to an input?
A. Disabled B. Inactive C. Readonly D. None of them
24.Which is not a class to set the size of a button?
A. Btn-lg
B. Btn-md
C. Btn-sm
D. Btn-xs
25.Which of the following CSS classes scan set the picture fillet?
A. img-rounded
B. img-circle
C. img-thumbnail
D. img-responsive
26.Which of the following bootstrap style of button creates a default/ standard button?
A.btn
B.btn-primary
C.btn-success
D.btn-info
27.Which creates a block-level button that spans the full width of the parent element?
A. Btn-xs. B. Btn-lg C. Btn-block D. Btn-md
28.Which one of them is not a validation style class?
A. Has-error B. Has-success C. Has-warning D. Has-feedback
29.Which of the following bootstrap style of button creates a default/ standard table?
A .table
B .table-striped
C. table-bordered
D .table-hover
30.Which tag is used to add a description or summary of the contents of the table's storage?
A. <thead> B.<tbody> C.<caption> D.< str>
31.Which tag is used to set text to italics?
A. <strong> B. <small> C. <em>D. <None of them>
32.The .container-fluid class provides ().
A. Table format
B. To create a form
C. Full width container
D. Fixed width container
33.Bootstrap' s grid allows up to
A. 6 columns across the page
B. 12 columns across the page
C. 3 columns across the page
D. 1 column across the page
34.Which is the default form in Bootstrap?
A. Horizontal form B. Vertical form C. Inline form D. None of them
35.input-lg provides ()
A. To make width size.
B. To make height sizeo
C. To make width and height size
D. To make character entry size
36.In the initial-scale=1 part sets
A. To make zoom in mobile only
B. To make zoom in desktop only
C. Initial zoom level when the page is first loaded by browser
D. None of them
37.Which class is used to create a button as a link in bootstrap?()
A.btn-hyperlink
B.btn-link (correct)
C.btn-url
D.btn-anchor
38.Which of the following class makes circle image?
A.img-circle-corner B. img-crl C. img-circle D. .img-rounded
39.Change the order of the grid columns with
A.col-md-front-* and .col-md-back-*
B.col-md-riaht-* and .col-md-left-*
C.col-.md-push-* and .col-md-pull-*
D. None of them
40.Which class is used to the inner padding of the row is cut in half to make the table look more Compact?
A..table-responsive
B. table-condensed
C.table-compact
D. None of them
题:
1.Which of the following button group classes can be applied to the resizing of a button group without having to resize each button?
a.btn-group
b.btn-toolbar
c.btn-group-lg
d.btn-group-vertical
2.Which of the following CSS classes is used to create a encapsulated navigation menu?
a.nav-tabs
b.nav-pills
c.nav-stacked
d.nav-justified
3.Which of the following CSS classes is used to display pagination on a page?
a.pagination
b.active
c.pagination-lg
d.pagination-sm
4.Which of the following is not provided by Bootstrap for warning?
a.alert-success
b.alert-info
c.alert-warning
d.alert-good
5.Which of the following does not belong to the class Bootstrap provides for the progress bar?
a. progress
b.progress-bar
c. progress-bar-success
d. progress-bar-faile
6.Which of the following is not an advantage of Bootstrap
A. Mobile devices are preferred.
B. Browser support
C. Responsive design
D. use javascript
7.What is wrong with the following description of the Bootstrap package?
A. Bootstrap provides a basic structure with a grid system, link style, and background
B. Bootstrap contains more than a dozen reusable components for creating images, drop-down menus, navigation, warning boxes, pop-up boxes, and more
C. Bootstrap does not include jQuery plug-ins
D. Bootstrap comes with the following features: global CSS Settings, defining basic HTML element styles, and extensible classes
8. Which of the following is not a compiled version of Bootstrap?
A. Compiled CSS and Js (bootstrap.*)
B. Compiled and compressed CSS and Js (bootstrap.min.*)
C. The font from Glyphicons
D.Jquery source
9.What is the following incorrect description of the Bootstrap source code?
A. dist/folder contains uncompiled code
B. less /, is/ and fonts/ Files source code for Bootstrap CSS, Js, and icon fonts respectively
C.dist/folder contains precompiled code
D. docs-assets /, examples/ and all *.html files are Bootstrap documents
10.The following files are not bootstrap templates?
a. jquery.js
b. bootstrap.min.js.
c.bootstrap.min.css
d. bootstrap.java
11.What is wrong about how the Bootstrap Grid System works?
A. The row must be placed inside the. Container class
B. Use rows to create horizontal groups of columns
C. Create space between column contents using padding
D. A grid system is created by specifying twelve vertical columns that are available
12.Which of the following CSS classes enables mouse hover on any line within <tbody>?
a.table-striped
b.table-bordered
c.table-hover
d.table-condensed
13.Which of the following CSS classes represents a button operation for a dangerous action?
a.btn-danger
b.btn-warning
c.btn-info
d.btn-success
14.Which of the following CSS classes can set the rounded corners of an image?
a.img-rounded
b.img-circle
c.img-thumbnail
d.img-responsive
15.Which of the following is not part of the bootstrap form?
A. Vertical form (default)
B. Inline forms
C. Horizontal form
D. Circular forms
答案:关注微信公众号 people on way ,回复 bootstrap 即可,有问题亦可留言
- 复旦大学2015--2016学年第一学期高等代数I期末考试情况分析
一.期末考试成绩班级前几名 胡晓波(93).宋沛颖(92).张舒帆(91).姚人天(90).曾奕博(90).杨彦婷(90).白睿(88).唐指朝(87).谢灵尧(87).蔡雪(87) 二.总成绩计算方 ...
- 复旦大学2016--2017学年第一学期高等代数I期末考试情况分析
一.期末考试成绩班级前十名 宁盛臻(100).朱民哲(92).徐钰伦(86).范凌虎(85).沈伊南(84).何陶然(84).丁知愚(83).焦思邈(83).董瀚泽(82).钱信(81) 二.总成绩计 ...
- 复旦大学2017--2018学年第二学期高等代数II期末考试情况分析
一.期末考试成绩班级前十名 张菲诺(95).刘宇其(95).魏一鸣(93).郭宇城(92).程梓兼(91).葛珈玮(90).汪子怡(90).余张伟(90).张昰昊(89).朱柏青(89) 二.总成绩计 ...
- 复旦大学2018--2019学年第二学期高等代数II期末考试情况分析
一.期末考试成绩班级前十名 丁思成(99).周烁星(97).王捷翔(96).顾文颢(92).顾天翊(90).封清(89).张思哲(89).李哲蔚(88).陈钦品(88).邹年轶(88).王祝斌(88) ...
- 复旦大学2015--2016学年第二学期高等代数II期末考试情况分析
一.期末考试成绩班级前几名 胡晓波(90).杨彦婷(88).宋卓卿(85).唐指朝(84).陈建兵(83).宋沛颖(82).王昊越(81).白睿(80).韩沅伯(80).王艺楷(80).张漠林(80) ...
- 复旦大学2014--2015学年第二学期(14级)高等代数II期末考试第八大题解答
八.(本题10分) 设 $A,B$ 为 $n$ 阶半正定实对称阵, 求证: $AB$ 可对角化. 分析 证明分成两个步骤: 第一步, 将 $A,B$ 中的某一个简化为合同标准形来考虑问题, 这是矩 ...
- 复旦大学2014--2015学年第二学期高等代数II期末考试情况分析
一.期末考试成绩班级前几名 钱列(100).王华(92).李笑尘(92).金羽佳(91).李卓凡(91).包振航(91).董麒麟(90).张钧瑞(90).陆毕晨(90).刘杰(90).黄成晗(90). ...
- 复旦大学2014--2015学年第一学期高等代数I期末考试情况分析
一.期末考试成绩班级前几名 金羽佳(92).包振航(91).陈品翰(91).孙浩然(90).李卓凡(85).张钧瑞(84).郭昱君(84).董麒麟(84).张诚纯(84).叶瑜(84) 二.总成绩计算 ...
- nyoj 757 期末考试【优先队列+贪心】
期末考试 时间限制:1000 ms | 内存限制:65535 KB 难度:2 描述 马上就要考试了,小T有许多作业要做,而且每个老师都给出来了作业要交的期限,如果在规定的期限内没 交作业就会扣 ...
随机推荐
- mui上拉刷新
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8" ...
- 双十一NGK官方快讯!
- NGK流动性挖矿为何会备受瞩目?
随着越来越多资金的涌入,参与DeFi项目或挖矿的用户不难发现,使用体验不尽人意,在以太坊网络的DeFi时常需要漫长的等待确认和高昂的GAS费用,加上DeFi流动性挖矿需要相对较高的资金门槛和技术门槛, ...
- CAD颜色对照表
cad颜色代码与RGB参数对应表 1 255 0 02 255 255 03 0 255 04 0 255 2555 0 0 2556 255 0 2557 0 0 08 128 128 1289 1 ...
- mysql事务的实现原理
此篇文章算是对mysql事务的一个总结,基本把mysql事务相关的知识点都涵盖到了,面试问来问去无非也就是这些,在了解这些之前我们先对mysql在执行的过程中 有一个整体的认识,如下图 如上图所示,M ...
- 微信附近的人,用redis也能实现?(GEO)
相信微信附近的人的功能大家都应该用过 我可以很随意的通过我自己的定位能看到我附近的人,并且能看到那个人距离我的距离,大家有没有思考过这个是怎么实现的? 作为一个程序猿任何问题应该都有一个思考的过程,而 ...
- JDK源码阅读-FileDescriptor
本文转载自JDK源码阅读-FileDescriptor 导语 操作系统使用文件描述符来指代一个打开的文件,对文件的读写操作,都需要文件描述符作为参数.Java虽然在设计上使用了抽象程度更高的流来作为文 ...
- PriorityQueue使用介绍
这玩意儿叫优先级队列,是一个类,继承了AbstractQueue类,实现了Serializable接口. jdk文档里是这么描述这玩意的: 基于优先级堆的无限优先级queue . 优先级队列的元素根据 ...
- 数理统计16:NP理论、似然比检验、假设检验与区间估计
本文介绍Neyman-Pearson理论,这也是我们会见到的最常见假设检验问题类,这里第一Part的概念介绍略显枯燥,大家尽量理解即可.由于本系列为我独自完成的,缺少审阅,如果有任何错误,欢迎在评论区 ...
- Iterative learning control for linear discrete delay systems via discrete matrix delayed exponential function approach
对于一类具有随机变迭代长度的问题,如功能性电刺激,用户可以提前结束实验过程,论文也是将离散矩阵延迟指数函数引入到状态方程中. 论文中关于迭代长度有三个定义值:\(Z^Ta\) 为最小的实验长度,\(Z ...