Answer the question
In order to leave comments, you need to log in
How to refer to each td of a certain column correctly?
Hello!
Available:
> table
>> tr (2 pcs)
>>> td (5 pcs)
Refer to each td of a certain row is table > tr > td
. But here's how to refer to each td
specific column?
Answer the question
In order to leave comments, you need to log in
table > tr >td:nth-child(1) first cell of all rows
table > tr:nth-child(2) > td:nth-child(3) 3rd cell in second row
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question