Within my tableRow
there is a tableHeader
and I want to apply my CSS
within tableHeader
How should I proceed?
<tr>
<th><?= $properties['propertie_id'] ?></th>
<th><?= $properties['empreendimento'] ?></th>
<tr>