I currently possess a table.
<table style="margin-left: 20px" class="tg">
<tbody>
<tr>
<td class="tg- 0lax">Inquiry 1</td>
</tr>
<tr>
<td class="tg-0lax">Response 1</td>
</tr>
<tr>
<td class="tg- 0lax">Inquiry 2</td>
</tr>
<tr>
<td class="tg- 0lax">Solution 2</td>
</tr>
I am interested in having a 2px margin between question 1 and response 1, as well as a 10px margin between response 1 and inquiry 2. I've attempted to implement this using styles such as margin-bottom/margin-top within the td tag, as well as padding set to 2px, but without success.