The first p element in body, and the first child in body (odd).
The last p element in body, and the last child in body (even).
The first p element in div, and the second child in div (even).
The second p element in div, and the third child in div (odd).
The third p element in div, and the fourth child in div (even).
The last p element in div, and the last child in div (odd).
The first p element in another div, and the first child in another div (odd).
The second p element in another div, and the second child in another div (odd).
The third p element in another div, and the third child in another div (odd).
The last p element in another div, and the last child in another div (odd).