Exercise:

Use a jQuery method to add the "important" class to the <p> element.

ヒント:addClass() メソッドを使用します。

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