Exercise:Use the css() method to set the following styles for <p>:
Syntax hint: css({"propertyname":"value","propertyname":"value",...}); |
Edit This Code:
Result:
|
Correct Code:
Correct Result:
|