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...