google.com, pub-8658045329707802, DIRECT, f08c47fec0942fa0
Upwork Test Answers: Get all the correct answers of most recent and possible Upwork Tests A to Z (Updated on Jan, 2016)
Cover Letter Templates: These cover letter samples are not only for Upwork job, but also you will have some idea about your real life job
 
Freelance Profile Overviews: Different Profile samples and overviews of experts, advanced and intermediate level freelancers
For Newbie of Upwork: Upwork Help - How to apply for a job in Upwork with 10 most important articles about Upwork

A to Z View - All Upwork Test Answers

Showing posts with label Bootstrap Test 2019. Show all posts
Showing posts with label Bootstrap Test 2019. Show all posts

Bootstrap Test Answer 2019


1. Which of the following will set a modal window to be closed when the escape key is pressed?
Answers:
• Setting the option «backdrop» to true
• Setting the option «backdrop» to static
• Setting the option «keyboard» to true
• Setting the option «escape» to true

2. Which of the following statements are correct with regards passing options?
A) Options can be passed via data attributes or JavaScript.
B) For data attributes, the option name has to be appended to option-, as in option-animation=»».
C) For data attributes, the option name has to be appended to data-, as in data-animation=»».
D) Options can be passed only via JavaScript.
Answers:
• A and B
• A and D
• ะก
• A and C

3. Which of the following components is used to indicate the current page’s location within a navigational hierarchy?
Answers:
• navs
• breadcrumbs
• pagination
• navbar
• progress bars

4. What does the following HTML code do? <span class=»caret»></span>
Answers:
• It generates a close icon for dismissing content like modals and alerts.
• It utilizes the micro clearfix.
• It indicates dropdown functionality and direction.
• It indicates back button functionality.

5. Which of the following classes will make tables scroll up horizontally when width of the view is under 768px?
Answers:
• .table
• .table-striped
• .table-condensed
• .table-responsive
• .table-scrollable

6. Which of the following colors is the default hover background color of the table row?
Answers:
• #f9f9f9
• #f5f5f5
• #ddd
• #66afe9

7. Which of the following is not a Bootstrap component?
Answers:
• Glyphicons
• Breadcrumbs
• Dropdowns
• Pivottable

8. Which of the following is the correct description of the given table? <table class=»table»> … </table>
Answers:
• It has light padding and only horizontal dividers with an enabled hover state on table rows within a <tbody>.
• It has zebra-striping enabled on any table row within the <tbody>,
• It has light padding and only horizontal dividers.
• It is compacted by cutting cell padding in half.

9. Which of the following will correctly call a dialog prompt?
Answers:
• $(‘#myModal’).modal()
• $(‘#myModal’).modal({ keyboard: false })
• $(‘#myModal’).modal(‘show’)
• All of these

10. How many validation styles for states of on-form controls does Bootstrap have?
Answers:
• 6
• 5
• 4
• 3

11. Which of the following are not options of the method $().tooltip(options)?
Answers:
• animation
• delay
• backdrop
• show

12. Which of the following LESS variables does not belong to the Navbar component?
Answers:
• @navbar-margin-bottom
• @navbar-border-radius
• @navbar-padding-horizontal
• @navbar-default-height