A.$("p").parent() B.$("p").parent(".selected") C.$("p").parent("selected") D.$("p").parentAll(".selected")
A.closest() B.parent() C.parentAll() D.parents()
A.getsomputedstyle() B.getComputedStyle() C.currentstyle D.currentStyle