Exercise:

Use a jQuery method to fade the <div> element to an opacity of "0.2".
Note: The duration of the effect should be "slow".

Syntax hint: $("element").method(speed,opacity);

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com