Answer & Solution
Answer: Option B
Solution:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js">
4.
What does $ represent in jQuery syntax?
5.
Execute jQuery code when DOM is fully loaded?
6.
What's the purpose of .html() in jQuery?
7.
How to include external script in HTML?
8.
Select all elements with a specific class in jQuery?
9.
Purpose of .css() in jQuery?
10.
How to append content to an element in jQuery?