HTML and CSS Reference
In-Depth Information
SOLUTION
It's time to fall back on all that training you've done. What you need to do is
change the table heading background color for just Tony and Tess, and do
it without changing the background of the main table headings. How? You
need to find a selector that selects only the nested table headings.
(1) St art by sel ecting
the ou ter table
(2) T hen select the
inner table…
(3) Th en select the
table h eading.
(1)
(2)
(3)
table table th
{
background-color: white;
}
Determine the
selector to select
only the nested
table heading
elements.
Search WWH ::




Custom Search