Which of the following will select all instances of an element with class .alert whose direct parent element is an li element?
a) li.alert
b) .alert li
c) li > .alert
d) .alert > li