identify 10th div css code example Example 1: nth of type for every 4th after the 1st :nth-of-type(4n+1) Example 2: select third element of an id css dl#id dd:nth-of-type(3)