to select element that is the first child of its type in css code example Example: select first child in element css p:first-child { background-color: yellow; }