In this screencast, you will see the different types of combination selectors that can be used. A preface to understanding the combinator selectors is that every HTML document when it is viewed by the browser before rendering is converted into a DOM (Document Object Model) tree. Since it is a tree, concept of children and sibling can be applied to them.