Code has been added to clipboard!
Deprecated align Attribute for HTML Columns
Example
<table style="width: 100%;">
<colgroup align="right"></colgroup>
<tr>
<th>Name</th>
</tr>
<tr>
<td>James</td>
</tr>
</table>
Code has been added to clipboard!
<table style="width: 100%;">
<colgroup align="right"></colgroup>
<tr>
<th>Name</th>
</tr>
<tr>
<td>James</td>
</tr>
</table>