| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
| <title>:last-child pseudo-class</title> |
| <style type="text/css">.red { background-color : red } |
| .t1 td:last-child { background-color : lime } |
| p > *:last-child { background-color : lime } |
| <link rel="first" href="css3-modsel-1.html" title="Groups of selectors"> |
| <link rel="prev" href="css3-modsel-32.html" title=":first-child pseudo-class"> |
| <link rel="next" href="css3-modsel-34.html" title=":first-of-type pseudo-class"> |
| <link rel="last" href="css3-modsel-d5e.html" title="NEGATED :indeterminate with :checked"> |
| <link rel="up" href="./index.html"> |
| <link rel="top" href="../../index.html"> |
| <table class="t1" border="1"> |
| <td class="red">green cell</td> |
| <td class="red">green cell</td> |
| <td class="red">green cell</td> |
| <span>This paragraph contains a span that should |
| have a green background</span> and some text after it.</p> |