BOOTSTRAP QUIZ DESCRIPTION

Containers are nestable

  • TRUE
     

  • FALSE

The bootstrap class lg means for

  • phones
     

  • tablets

  • desktop

  • larger desktops

A standard navigation tab is created with:

  • <ul class=”navigation-tabs”>
     

  • <ul class=”nav tabs”>

  • <ul class=”navnav-tabs”>

  • <ul class=”navnav-navbar”>

Default size of H5 bootstrap heading

  • 14px
     

  • 16px

  • 18px

  • 20px

.col-lg provides

  • To make width size
     

  • To make height size

  • To make width and height both

  • To make character entry size

Which of the following class applies the hover color to a particular row or cell of a table?

  • active
     

  • success

  • warning

  • danger

Which of the following bootstrap styles are used to create a vertical pills navigation?

  •  nav, .nav-tabs
     

  • nav, .nav-pills

  • nav, .nav-pills, .nav-stacked

  • nav, .nav-tabs, .nav-justified

Which of the following is correct about data-remote Data attribute of Modal Plugin?

  • It specifies static for a backdrop, if you don’t want the modal to be closed when the user clicks outside of the modal.
     

  • It closes the modal when escape key is pressed; set to false to disable.

  • It shows the modal when initialized.

  • Using the jQuery .load method, injects content into the modal body. If anhref with a valid URL is added, it will load that content.
     

Which of the following class makes circle image

  • .img-circle-corner
     

  • .img-crl

  • img-circle

  • .img-clr

Using the Bootstrap CDN makes:

  • Slows the connection
     

  • Many users already have downloaded Bootstrap from MaxCDN when visiting another site. As a result, it will be loaded from cache when they visit your site, which leads to faster loading time

  • Will make extra http connection

  • None

In Bootstrap Small devices are defined as having a screen width from

  • 512 pixels to 1024 pixels
     

  • 256 pixels to 1024 pixels

  • 700 pixels to 900 pixels

  • 768 pixels to 991 pixels

Bootstrap is a free front-end framework

  • TRUE
     

  • FALSe

Which is default for a form

  • Horizontal Form
     

  • Vertical Form

  • Inline Form

  • None of these

.input-lg provides

  • To make width size
     

  • To make height size

  • To make width and height both

  • To make character entry size

Is AngularJS free for commercial use?

  • Yes

  • No

Which of the following bootstrap style can be used to to get different size items of .pagination?

  • lg, .sm
     

  • pagination-lg, .pagination-sm

  • menu-lg, .menu-sm

  • None of the above.

Which class to be used to create a button as a link in bootstrap

  • .btn-hyperlink
     

  • .btn-link

  • .btn-url

  • btn-anchor

Medium devices are defined as having a screen width from
 

  • 900 pixels to 1000 pixels
     

  • 768 pixels to 991 pixels

  • 992 pixels to 1199 pixels

  • 512 pixels to 2048 pixels

Which class should be used to indicate a button group?

  • btn-group-buttons
     

  • btn-group

  • btn-grp

  • btn-buttons

Default size of H6 bootstrap heading

  • 10px
     

  • 12px

  • 14px

  • 16px

Bootstrap’s global default line-height

  •  1.128
     

  • 1.428

  • 1.228

  • 1.8

The bootstrap class sm means for

  • phones
    b. tablets
    c. desktop
    d. larger desktops

  • tablets

  • desktop

  • larger desktops

Which of the following class makes thumbnail image

  • .img-tmbnail
     

  • .img-thumbnail-image

  • .img-thumb

  • img-thumbnail

Default size of H3 bootstrap heading

  • 18px
     

  • 30px

  • 26px

  • 24px

Can we create badges inside buttons?

  • Yes

  • No

Which of the following is correct about Bootstrap Grid System?

  • Predefined grid classes like .row and .col-xs-4 are available for quickly making grid layouts. LESS mixins can also be used for more semantic layouts.
     

  • Columns create gutters (gaps between column content) via padding. That padding is offset in rows for the first and the last column via negative margin on .rows.

  • Grid columns are created by specifying the number of twelve available columns you wish to span. For example, three equal columns would use three .col-xs-4.

  • All of the above.

Which of the following is correct about Bootstrap Grid System?

  • Predefined grid classes like .row and .col-xs-4 are available for quickly making grid layouts. LESS mixins can also be used for more semantic layouts.
     

  •  Columns create gutters (gaps between column content) via padding. That padding is offset in rows for the first and the last column via negative margin on .rows.
     

  • Grid columns are created by specifying the number of twelve available columns you wish to span. For example, three equal columns would use three .col-xs-4.
     

  • All of the above.

Which of the following class makes round corner image for automatically adjust to fit the size of the screen?

  • .img-res-image
     

  • .img-responsive-image

  • .img-responsive

  • .img-res

Which of the following bootstrap style of button indicates caution should be taken with this action?

  • btn-warning
     

  • btn-danger

  • btn-link

  • .btn-info

 Bootstrap is developed by

  •  James Gosling
     

  • Mark Jukervich

  • Mark Otto and Jacob Thornton

  • None of them