Exercise:Use the animate() method to set the font-size of <div> to 100 pixels.
Syntax hint: $("element").animate({property:"value"},speed); |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|