Test :first jQuery selector.

The first list item in each of the following lists should be green:

Test :first-child jQuery selector.

The first list item in each of the following lists should be green:

Test :nth(1) jQuery selector.

The second list item in each of the following lists should be green:

Test :eq(1) jQuery selector.

The second list item in each of the following lists should be green:

Test :lt(2) jQuery selector.

The first and second list item in each of the following lists should be green:

Test :gt(0) jQuery selector.

The second and third list item in each of the following lists should be green:

Test :last jQuery selector.

The last list item in each of the following lists should be green:

Test :last-child jQuery selector.

The last list item in each of the following lists should be green:

Test :only-child jQuery selector.

The only list item in each of the following lists should be green: