Q.1
Carousel slideshows do not move. Add:
  • Javascript files
  • CSS files
  • Boottrap files
Q.2
In CSS, it makes fonts larger
  • font-size
  • h1
  • size
  • width
Q.3
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});
Q.4
In jQuery, if you want to select the class "name", you use this command:
  • $(name)
  • $.name
  • $("name")
  • $(".name")
Q.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");
Q.6
Bootstrap is mobile-first.
  • False
  • True
Q.7
I need to divide my div into four equal parts. The number I need to add to col-md-? is
  • 2
  • 4
  • 3
  • 6
Q.8
The first div I need to add before dividing it into 3,or more columns is:
  • <div class="row"></div>
  • <div class="col-md-3"></div>
  • <div class="col-md-12"></div>
Q.9
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
Q.10
Which button class is used to create a large button?
  • .btn-xl
  • .btn-l
  • .btn-lg
  • .btn-large element.
Q.11
Which class provides a responsive fixed width container?
  • .container-fixed
  • .container
  • .container-fluid
  • None of above
Q.12
Which class adds zebra-stripes to a table?
  • even and .odd
  • table-striped
  • table-zebra
  • table-bordered
Q.13
Which class provides a full width container, spanning the entire width of the viewport?
  • .container-fluid
  • .container-fixed
  • .container
  • None of above
Q.14
The Bootstrap grid system works across multiple devices.
  • True
  • False
Q.15
How many arguments does rotate expect?(rotate(star"solid" "orange"))
  • 1
  • 2
  • 3
  • 4
Q.16
Which plugin is used to cycle through elements, like a slideshow?
  • Orbit
  • Scrollspy
  • Slideshow
  • Carousel
Q.17
A standard navigation bar is created with:
  • <nav class="nav navbar">
  • <nav class="navigationbar navbar-default">
  • <nav class="navbar default-navbar">
  • <nav class="navbar navbar-default">
Q.18
What is the function name in the following?;object: Number String String ->Image
  • object
  • Number
  • String
  • Image
Q.19
What is the Domain in the following function?;object: Number String String ->Image
  • object
  • Number String String
  • Number
  • Image
Q.20
What is the Range in the following function?;object: Number String String ->Image
  • object
  • Number String String
  • Number
  • Image
0 h : 0 m : 1 s