Home » HTML » HTML Attributes » Question
  1. What is the work of async attribute?
    1. It validates form data
    2. Enables a set of extra restrictions on any content
    3. It influences script loading
    4. It gives a label to the menu
    5. None of these
Correct Option: C

Async is the new attribute of the <script> element which influences script loading and its execution. It is a Boolean attribute which shows the manner of script execution. If async is present, the script will be executed asynchronously, as soon as it is available.



Your comments will be displayed only after manual approval.