Q. What is the purpose of using the async attribute in the script tag?

  • (A) Load the script asynchronously
  • (B) Load the script synchronously
  • (C) Load the page asynchronously
  • (D) Load the page synchronously
πŸ’¬ Discuss
βœ… 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.
Explanation by: Mr. Dubey
The async option is a native attribute that will tell the browser to load the script asynchronously.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
137
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate