Exercise v1.3

Exercise:

Use the css() method to add a 5 pixels, red dotted border to <p>.

Syntax hint: css("propertyname","value");

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