Exercise:

Add a yellow background color to the last <p> element inside the last <div> element.

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

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