MCQ Mojo
access_time
menu
Quiz
Web Stories
CBSE
arrow_drop_down
MCQ Questions for CBSE Class 12 with Answers
MCQ Questions for CBSE Class 11 with Answers
MCQ Questions for CBSE Class 10 with Answers
MCQ Questions for CBSE Class 9 with Answers
MCQ Questions for CBSE Class 8 with Answers
MCQ Questions for CBSE Class 7 with Answers
MCQ Questions for CBSE Class 6 with Answers
MCQ Questions for CBSE Class 5 with Answers
MCQ Questions for CBSE Class 4 with Answers
MCQ Questions for CBSE Class 3 with Answers
MCQ Questions for CBSE Class 2 with Answers
MCQ Questions for CBSE Class 1 with Answers
CBSE
arrow_drop_down
MCQ Questions for CBSE Class 12 with Answers
MCQ Questions for CBSE Class 11 with Answers
MCQ Questions for CBSE Class 10 with Answers
MCQ Questions for CBSE Class 9 with Answers
MCQ Questions for CBSE Class 8 with Answers
MCQ Questions for CBSE Class 7 with Answers
MCQ Questions for CBSE Class 6 with Answers
MCQ Questions for CBSE Class 5 with Answers
MCQ Questions for CBSE Class 4 with Answers
MCQ Questions for CBSE Class 3 with Answers
MCQ Questions for CBSE Class 2 with Answers
MCQ Questions for CBSE Class 1 with Answers
Quiz
Quiz
/
Bootstrap Class 9 MCQ Questions With Answers
1.
When adding jQuery, this is the correct code:
$(document).ready(function() { code here});
$(document).ready(function { code here});
$(document).ready(function( { code here})
$(document).ready( { code here});
2.
In jQuery, if you want to select the class "name", you use this command:
$(name)
$.name
$("name")
$(".name")
3.
I need to divide my div into four equal parts. The number I need to add to col-md-? is
2
4
3
6
4.
The proper order of the CSS documents in the section of your HTML document when working with Bootstrap is:
Bootstrap CSS, and your own CSS document
Your own CSS document, and then Bootstrap CSS
Your own CSS documents
Bootstrap CSS
5.
Using jQuery, this is how you change the background color of the id "box"
$("#box").(background-color: "black");
$(".box).css("black");
$("#box").css("background-color", "black");
6.
The first div I need to add before dividing it into 3,4, or more columns is:
7.
NOT a heading level
h1
h4
h5
h7
8.
COMPONENT used in Bootstrap to cycle through elements, like a slideshow.
Cards
Navigation Bar
Carousel
Jumbotron
9.
I need to add a different color to the fonts. In CSS, I would use:
font-color
background-color
blue
color
10.
In CSS, it makes fonts larger
font-size
h1
size
width
11.
The correct CSS link is:
12.
It doesn't matter if I create an unordered or ordered list, the items inside will be represented by this HTML tag:
ul
ol
li
il
13.
You can make any HTML element invisible without deleting any code
display: none
display: flex
display: inline
display: block
14.
CSS documents links go in this HTML section
15.
You need this document to add and change styling to your website
CSS
HTML
Javascript
16.
Class used to create a big box for calling extra attention in Bootstrap
Carousel
Jumbotron
Javascript
CSS
17.
Property used to add or subtract space between the letters that make up a word
space
text-decoration
letter-spacing
text-spacing
18.
Carousel slideshows do not move. Add:
Javascript files
CSS files
Boottrap files
19.
The Bootstrap grid system is based on these number of columns
2
6
9
12
20.
You need these properties to make a div's size
Background color
Width
Height
Width and Height
Report Question
Previous
Next
warning
Submit
access_time
Time
Report Question
A bunch of text
Support mcqmojo.com by disabling your adblocker.
×
Please disable the adBlock and continue.
Thank you.
Reload page