Align the content of the "Savings" data cell two characters to the right from the "." character:
![]()
The charoff attribute is not supported by any of the major browsers.
The <td> charoff attribute is not supported in HTML5.
The charoff attribute sets the number of characters the content will be aligned from the character specified by the char attribute.
The charoff attribute can only be used if the char attribute is specified and the align attribute is set to "char".
| Value | Description |
|---|---|
| number | Specifies the alignment. Positive numbers specifies alignment to the right of the character. Negative numbers specifies alignment to the left of the character. |
HTML <td> tag
Your message has been sent to W3Schools.