The code now has the style attribute added to other elements. Set background-color for the first p element to red.
background-color
p
red
Make sure to pick background followed by - and then color, :, red, ;.
background
-
color
:
;