Identify the list items (animals) that the following CSS selectors would select.
See rendition of the page for better visual of the list structure.
a) #nav li
b) ul li
c) #nav > li
d) ul > li
e) #nav ul li
f) #nav > ul li
g) #nav > li > ul > li
h) #nav ul ul li
i) #nav li li li
j) #nav > li > li li
k) ul li li
l) ul > ul li
m) ul ul li