M
M
Michael R.2018-02-26 14:19:31
css
Michael R., 2018-02-26 14:19:31

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 tdspecific column?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander null, 2018-02-26
@Mike_Ro

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 question

Ask a Question

731 491 924 answers to any question