VOOZH about

URL: https://www.geeksforgeeks.org/html/html-tbody-charoff-attribute/

⇱ HTML | tbody charoff Attribute - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML | tbody charoff Attribute

Last Updated : 22 Feb, 2022
The HTML tbody charoff Attribute is used to sets the number of characters that aligned the characters specified by the char Attribute. This attribute can only be used in the char attribute and align attribute is specified in the tbody Element.

Note: This attribute is not supported by HTML5.

Syntax:
<tbody charoff="number">
Attribute Values:
  • number: It contains the numeric value which specify the alignment.
    1. Positive values: indicate the alignment to the right of the characters.
    2. Negative values: indicate the alignment to the left of the characters.
Example: Output: 👁 Image
Supported Browsers: The browsers supported by HTML tbody charoff Attribute are listed below:
  • Google Chrome Not Supported
  • Internet Explorer Not Supported
  • Firefox Not Supported
  • Apple Safari Not Supported
  • Opera Not Supported
Comment
Article Tags: