Question 6 (1 point) Code example 11-1 The HTML that is used by a Lightbox plugi
ID: 3920515 • Letter: Q
Question
Question 6 (1 point)
Code example 11-1
The HTML that is used by a Lightbox plugin
<a href="images/book_01a.jpg" data-lightbox="Murach" data-title="HTML5 and CSS3">
<img src="images/book_01b.jpg">
</a>
<a href="images/book_02a.jpg" data-lightbox="Murach" data-title="PHP and MySQL">
<img src="images/book_02b.jpg">
</a>
<a href="images/book_03a.jpg" data-lightbox="Murach" data-title="JavaScript">
<img src="images/book_03b.jpg">
</a>
<a href="images/book_04a.jpg" data-lightbox="Murach" data-title="SQL Server 2016">
<img src="images/book_04b.jpg">
</a>
(Refer to code example 11-1) What happens when one of the links in this code is clicked?
Question 6 options:
The image specified by the href attribute of the <a> element is displayed in a dialog box.
The image specified by the href attribute of the <a> element is displayed in another window.
The image specified by the src attribute of the img element is displayed in a dialog box.
The image specified by the src attribute of the img element is displayed in another window.
Save
Question 7 (1 point)
Code example 11-1
The HTML that is used by a Lightbox plugin
<a href="images/book_01a.jpg" data-lightbox="Murach" data-title="HTML5 and CSS3">
<img src="images/book_01b.jpg">
</a>
<a href="images/book_02a.jpg" data-lightbox="Murach" data-title="PHP and MySQL">
<img src="images/book_02b.jpg">
</a>
<a href="images/book_03a.jpg" data-lightbox="Murach" data-title="JavaScript">
<img src="images/book_03b.jpg">
</a>
<a href="images/book_04a.jpg" data-lightbox="Murach" data-title="SQL Server 2016">
<img src="images/book_04b.jpg">
</a>
(Refer to code example 11-1) What does “Murach” in the data-lightbox attributes of the <a> elements represent?
Question 7 options:
the text that will be displayed at the top of the lightbox
the group name for the set of elements
the name that’s used in the JavaScript to refer to the lightbox
the name of the array where the images for the lightbox will be stored
Save
Question 8 (1 point)
To modify the formatting of a carousel that’s created by the bxSlider plugin, you can adjust
Question 8 options:
the jQuery code for the plugin
the options that you pass to the bxSlider() method
the styles in the CSS file for the plugin
the HTML that you code in your web page
Save
Question 9 (1 point)
The slides for a Cycle 2 plugin are typically coded as a series of img or div elements within a/an
Question 9 options:
section element
div element
ul element
ol element
Save
Question 10 (1 point)
Which of the following statements is NOT true about jQuery UI?
Question 10 options:
It extends the jQuery library.
It is open-source.
It provides its own selectors.
It is a plugin.
Save
Question 11 (1 point)
Which of the following is the jQuery UI feature you’re most likely to use?
Question 11 options:
widgets
interactions
effects
themes
The image specified by the href attribute of the <a> element is displayed in a dialog box.
The image specified by the href attribute of the <a> element is displayed in another window.
The image specified by the src attribute of the img element is displayed in a dialog box.
The image specified by the src attribute of the img element is displayed in another window.
Explanation / Answer
Hii.... Please check below
Question 6 (1 point)
Question 6 Unsaved
Code example 11-1
The HTML that is used by a Lightbox plugin
<a href="images/book_01a.jpg" data-lightbox="Murach" data-title="HTML5 and CSS3">
<img src="images/book_01b.jpg">
</a>
<a href="images/book_02a.jpg" data-lightbox="Murach" data-title="PHP and MySQL">
<img src="images/book_02b.jpg">
</a>
<a href="images/book_03a.jpg" data-lightbox="Murach" data-title="JavaScript">
<img src="images/book_03b.jpg">
</a>
<a href="images/book_04a.jpg" data-lightbox="Murach" data-title="SQL Server 2016">
<img src="images/book_04b.jpg">
</a>
(Refer to code example 11-1) What happens when one of the links in this code is clicked?
Question 6 options:
The image specified by the href attribute of the <a> element is displayed in a dialog box.
The image specified by the href attribute of the <a> element is displayed in another window.
The image specified by the src attribute of the img element is displayed in a dialog box.
The image specified by the src attribute of the img element is displayed in another window.
Answer: The image specified by the href attribute of the <a> element is displayed in a dialog box.
Save
Question 7 (1 point)
Question 7 Unsaved
Code example 11-1
The HTML that is used by a Lightbox plugin
<a href="images/book_01a.jpg" data-lightbox="Murach" data-title="HTML5 and CSS3">
<img src="images/book_01b.jpg">
</a>
<a href="images/book_02a.jpg" data-lightbox="Murach" data-title="PHP and MySQL">
<img src="images/book_02b.jpg">
</a>
<a href="images/book_03a.jpg" data-lightbox="Murach" data-title="JavaScript">
<img src="images/book_03b.jpg">
</a>
<a href="images/book_04a.jpg" data-lightbox="Murach" data-title="SQL Server 2016">
<img src="images/book_04b.jpg">
</a>
(Refer to code example 11-1) What does “Murach” in the data-lightbox attributes of the <a> elements represent?
Question 7 options:
the text that will be displayed at the top of the lightbox
the group name for the set of elements
the name that’s used in the JavaScript to refer to the lightbox
the name of the array where the images for the lightbox will be stored
Answer: the group name for the set of elements
Save
Question 8 (1 point)
Question 8 Unsaved
To modify the formatting of a carousel that’s created by the bxSlider plugin, you can adjust
Question 8 options:
the jQuery code for the plugin
the options that you pass to the bxSlider() method
the styles in the CSS file for the plugin
the HTML that you code in your web page
Answer: the jQuery code for the plugin
Save
Question 9 (1 point)
Question 9 Unsaved
The slides for a Cycle 2 plugin are typically coded as a series of img or div elements within a/an
Question 9 options:
section element
div element
ul element
ol element
Answer: section element
Save
Question 10 (1 point)
Question 10 Unsaved
Which of the following statements is NOT true about jQuery UI?
Question 10 options:
It extends the jQuery library.
It is open-source.
It provides its own selectors.
It is a plugin.
Answer: It provides its own selectors.
Save
Question 11 (1 point)
Question 11 Unsaved
Which of the following is the jQuery UI feature you’re most likely to use?
Question 11 options:
widgets
interactions
effects
themes
Answer: widgets
Please check the above and let me know any issues. Thank you. All the best.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.