2
Answers

two rows having same id how can i get second one ?

Photo of SRINIVASA REDDY

SRINIVASA REDDY

5y
506
1
i have two rows in a table ,two rows having same id how can get second row with out using class ,id,tags etc..?
 <tr id="abc">This is Raja</tr>
<tr id="abc"> This is Srinu</tr> 
 

Answers (2)