Quiz Question 1 of 4
When is it appropriate to use the async attribute?
Choose the correct answer below:
-
A
The async attribute can be used on jQuery and jQuery plugins.
-
B
The async attribute can be used on JavaScripts that are completely independent of any other JavaScript on the page.
-
C
The async attribute can be used on both JavaScripts and CSS files.
-
D
The async attribute can be used when a JavaScript file makes heavy utilization of AJAX.