My understanding of the col
tag tells me that the following should style text in my first table column as bold, but this is not happening. What am I doing wrong?
<table class="span-12">
<col style="font-weight: bold;" />
<col />
<tr>
<td>
Client
</td>
<td>
Apartment Applied Visual Arts
</td>
</tr>
</table>
The table data cells are not descendants of the col element, so they do not inherit any properties from it. See the columns section of the CSS specification.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With