Ich bin ein Kind von div#box und werde durch den Kind-Selektor #box > p formatiert. Aber ich werde auch von dem Nachfolger-Selektor #box p formatiert.

Ich bin kein Kind von div#box und werde daher nur von dem Nachfolger-Selektor #box p formatiert.

Ich bin der unmittelbare Nachbar von #box und werde durch #box + p formatiert.

Ich bin weder Kind-, noch Nachfolger- noch Nachbar-Selektor und daher bleibe ich wie ich bin.