ul (parent)
- li (sibling)
- li (sibling)
- li (sibling with class name "start")
- li (the next sibling of li with class name "start")
- li (the next sibling of li with class name "start")
- li (the next sibling of li with class name "start")
In this example, we return all elements that are the next siblings of the li element with class name "start".