ASelects all elements matched by <ul> that follow a children element matched by <p>
BSelects all elements matched by <ul> that follow a parent element matched by <p>
CSelects all elements matched by <ul> that follow a sibling element matched by <p>
DSelects all elements matched by <ul> that follow a descendant element matched by <p>