I\'ve got the following HTML code on a page:
Some text Some more text!
Some more text!
In my .css I\
.css
#many .more.selectors h4 + p { ... }
This is called the adjacent sibling selector.