Exercise:

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

構文のヒント:$("element").animate({property:"value"});

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