Jerome wants something to happen when the user hovers over a div called recipes. Which line of CSS should be used?

A.
if hover #recipes{

B.
#recipes if hover{

C.
#recipes:on hover{

D.
#recipes:hover{