Q. What is the purpose of using the async attribute in the script tag?
β
Correct Answer: (A)
Load the script asynchronously
Explanation: The async option is a native attribute that will tell the browser to load the script asynchronously.