Align Stars in Table including Boarder using HTML

26 Views Asked by At

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

enter image description here

0

There are 0 best solutions below