Exercise:

Use a jQuery method to slide up the <div> element.
The duration of the effect should be "slow".

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

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