Exercise:

Use the animate() method to set the height of <div> to 500 pixels.

Syntax hint: $("element").animate({property:"value"});

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