I am creating a table only with HTML but would like to add spacing between my skills and stars so that the starts alingns with each other?
<table border="1">
<tr>
<td>Management⭐⭐⭐⭐</td><td>OSHE Act⭐⭐⭐</td>
</tr>
<tr>
<td>Accounting⭐⭐⭐</td><td>Marketing⭐⭐⭐⭐⭐</td>
</tr>
</table>
I want it like this but incliding the border showed above