
Madhusudan C. answered 04/28/19
Tutor
5.0
(31)
Bachelor degree in Computer Information Systems
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()