in the modern times it would be done with dir finction but
if we want the same effect but for it to work on anything there
is a simmpler way, we can use "<.table>" tag
note: for the code to work delate the . in html tags
the code will look something like this
<.table width="desired width" style="background-color: green;">
<.tr>
<.td>
inside text here
<.td>
<.tr>
<./table>