• 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
warning
access_time
  Time