Exercise:

Add a red color to all <p> elements that do not have the class name "intro".

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

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