Exercise:

Use the animate() method to set the font-size of <div> to 100 pixels.
The duration of the effect should be "slow".

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

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