tr:nth-child(2) td:nth-child(2) {background-color: #fff000;}
colours a single cell yellow,
<th colspan="2">name</th>
adds a column span of 2, centering the table head between the two columns.