Inactive Tutor answered 04/28/19
Tutor
New to Wyzant
pass index number as parameter for child() function.
select specific row (all columns),
table tr:nth-child()
select specific column (all rows),
table td:nth-child()
select specific column in a specific row,
table tr:nth-child() td:nth-child()