selector1 selector2 {
property: value;
}
HTML-Quelltext:

<h2>ErsteÜberschrift</h2> <table border="1"> <tr> <td></td> <td> <h2>ZweiteÜberschrift</h2> </td> </tr> </table>
CSS-Datei:
h2 {
color: red;
}

td h2 {
color: green;
}