Suppose, we want to specify a selector inside of a selector, then we have to use nesting in CSS3.
Example:
p { color: black; text-align: right; } .marked { background-color: white; } .marked p { color: orange; }