Good evening!
I have the following code:
<H3>Dados Cadastrais</H3>
<table class='dados'>
<tr>
<th>Avalista:</th>
<td>VINICIUS ALVES GONZALEZ</td>
<th>Contrato:</th>
<td>72001018 </td>
</tr>
<tr>
How can I reference this element using C # to get the client name inside the <td>
and the contract number tbm ...
I only get items that have ID using document.getElementById