Code has been added to clipboard!
Deprecated char Attribute in HTML td
Example
<tr>
<td>Apple</td>
<td char=",">C, E, B3</td>
<td char=",">Red, Green</td>
</tr>
Code has been added to clipboard!
<tr>
<td>Apple</td>
<td char=",">C, E, B3</td>
<td char=",">Red, Green</td>
</tr>