Question

In the box provided, enter the colour of a table data element to which all the rules in the style sheet below apply.

table.goodtable td {
    color: brown;
}

table#thetable td {
    color: orange;
}

tr#therow > td {
    color: purple;
}

tr.goodrow > td.gooddata {
    color: blue;
}