What does the + in this CSS rule mean?
+
h2 + p { font-size: 1.4em; font-weight: bold; color: #777
Only affects first p which is directly following (comes directly after) the H2
example 1:
example 2: