This p element is the next sibling element of a div element.
This is another p element.
This is a p element inside a div element.
This is a p element (this p element will not be selected, because the h2 element above is the "next" sibling element of the div element, however, if you erase the h2 element, this paragraph will then be the element that is the "next" sibling element of ANOTHER div, which will result in this element to also be selected).