Exercise:

Use the animate() method to set the following CSS properties for <div>:
opacity: 0.4, height: 500px, width: 500px.

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

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