I have a td
containing two div
elements, and my goal is to align these div
at opposite ends.
<td class="lefts">
<div>
<h4>VOUCHER </h4>
<h4>DATE TIME </h4>
<h4>SALESMAN</h4>
<h4>CUSTOMER : </h4>
<h4>CONTACT </h4>
<h4>VAT / : </h4>
<h4>ADDRESS </h4>
</div>
<div>
<p> HELLO WORLD </P>
</div>
</td>
To achieve this alignment, I am looking for inspiration from the following visual representation of my desired layout: