Exercise:

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

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

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