I have a table like below

Consider the table id=”testtable”, and there is no class or id to uniquely identify the
specific td shown in the above screen.
I found a way to access second tr in this example like below

but i got stuck with accessing the second td in this second tr.
Anyone could you please give me a hand on this?
Thanks
maybe this help you dude 🙂
or you can use the :nth-child pseudo class like this:
Note though, this won’t work in older browsers (or IE), you’ll need to give the cells a class or use javascript in that case.