-4
For example by clicking on the td 'Silva', display the title "Last name"
<pre>
<table>
<tr>
<th class='title'>Nome</th>
<th class='title'>Sobrenome</th>
<th class='title'>Idade</th>
</tr>
<tr>
<td class='campo'>Carlos</td>
<td class='campo'>Borges</td>
<td class='campo'>50</td>
</tr> <tr>
<td class='campo'>Joao</td>
<td class='campo'>Silva</td>
<td class='campo'>22</td>
</tr>
</table>
</pre>
Post part of the code that we can help more easily and clarify the explanation.
– arllondias
You have not given enough information to answer your question.
– Gabriel
is the first time I use the stack guys, I’m beginner in the area, the code I haven’t got yet, so this problem I need to solve.
– ipkiss.tv
I’ve already edited, if anyone can help
– ipkiss.tv