html first child second child of parent elemtn code example
Example: css odd even child
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}