Exercise:

Use a jQuery method to fade in the <div> element.
Note: The duration of the effect should be 2000 milliseconds.

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

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