What is the default value of the asyc attribute?
A
0
B
1
C
False
D
True
Correct Answer: True
The async attribute is a boolean attribute. When present, it specifies that the script will be executed asynchronously as soon as it is available. The async attribute optionally accepts a boolean value and by default holds the value true.