Exercise:

Use a jQuery method to slide down the <div> element.
The duration of the effect should be 3000 milliseconds.

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

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