Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 948503 of <tbody>

  • Revision slug: Web/HTML/Element/tbody
  • Revision title: <tbody>
  • Revision id: 948503
  • Created:
  • Creator: fscholz
  • Is current revision? Yes
  • Comment fix compat parsing error

Revision Content

The HTML Table Body Element (<tbody>) defines one or more {{ HTMLElement("tr") }} element data-rows to be the body of its parent {{ HTMLElement("table") }} element (as long as no <tr> elements are immediate children of that table element.)  In conjunction with a preceding {{ HTMLElement("thead") }} and/or {{ HTMLElement("tfoot") }} element, <tbody> provides additional semantic information for devices such as printers and displays. Of the parent table's child elements, <tbody> represents the content which, when longer than a page, will most likely differ for each page printed; while the content of {{ HTMLElement("thead") }} and {{ HTMLElement("tfoot") }} will be the same or similar for each page printed. For displays, <tbody> will enable separate scrolling of the {{ HTMLElement("thead") }}, {{ HTMLElement("tfoot") }}, and {{ HTMLElement("caption") }} elements of the same parent {{ HTMLElement("table") }} element.  Note that unlike the <thead>, <tfoot>, and <caption> elements however, multiple <tbody> elements are permitted (if consecutive), allowing the data-rows in long tables to be divided into different sections, each separately formatted as needed.

 

Usage context

Content categories None.
Permitted content Zero or more {{ HTMLElement("tr") }} elements.
Tag omission The {{ HTMLElement("tbody") }} element is not a required child element for a parent {{ HTMLElement("table") }} element  to graphically render. However, it must not be present, if its parent {{ HTMLElement("table") }} element  has a {{ HTMLElement("tr") }} element as a child.
Permitted parent elements Within the required parent {{ HTMLElement("table") }} element, the {{ HTMLElement("tbody") }} element can be added after a {{ HTMLElement("caption") }}, {{HTMLElement("colgroup") }}, {{ HTMLElement("thead") }} and a {{ HTMLElement("tfoot") }} element.
Normative document HTML5, section 4.9.5 (HTML4.01, section 11.2.3)

Attributes

This element includes the global attributes.

{{ htmlattrdef("align") }} {{ Deprecated_inline() }} in {{ HTMLVersionInline(4.01) }}, {{ obsolete_inline() }} in {{ HTMLVersionInline(5) }}
This enumerated attribute specifies how horizontal alignment of each cell content will be handled. Possible values are:
  • left, aligning the content to the left of the cell
  • center, centering the content in the cell
  • right, aligning the content to the right of the cell
  • justify, inserting spaces into the textual content so that the content is justified in the cell
  • char, aligning the textual content on a special character with a minimal offset, defined by the {{ htmlattrxref("char", "tbody") }} and {{ htmlattrxref("charoff", "tbody") }} attributes.

If this attribute is not set, the left value is assumed.

Note: Do not use this attribute as it is obsolete (not supported) in the latest standard.
  • To achieve the same effect as the left, center, right or justify values, use the CSS {{ cssxref("text-align") }} property on it.
  • To achieve the same effect as the char value, in CSS3, you can use the value of the {{ htmlattrxref("char", "tbody") }} as the value of the {{ cssxref("text-align") }} property {{ unimplemented_inline() }}.
{{ htmlattrdef("bgcolor") }} {{ Non-standard_inline() }}
This attribute defines the background color of each cell of the column. It is one of the 6-digit hexadecimal code as defined in sRGB, prefixed by a '#'. One of the sixteen predefined color strings may be used:
  black = "#000000"   green = "#008000"
  silver = "#C0C0C0"   lime = "#00FF00"
  gray = "#808080"   olive = "#808000"
  white = "#FFFFFF"   yellow = "#FFFF00"
  maroon = "#800000"   navy = "#000080"
  red = "#FF0000"   blue = "#0000FF"
  purple = "#800080"   teal = "#008080"
  fuchsia = "#FF00FF"   aqua = "#00FFFF"
Usage note: Do not use this attribute, as it is non-standard and only implemented some versions of Microsoft Internet Explorer: the {{ HTMLElement("tbody") }} element should be styled using CSS. To give a similar effect to the bgcolor attribute, use the CSS property {{ cssxref("background-color") }}, on the relevant {{ HTMLElement("td") }} or {{ HTMLElement("th") }} elements.
{{ htmlattrdef("char") }} {{ Deprecated_inline() }} in {{ HTMLVersionInline(4.01) }}, {{ obsolete_inline() }} in {{ HTMLVersionInline(5) }}
This attribute is used to set the character to align the cells in a column on. Typical values for this include a period (.) when attempting to align numbers or monetary values. If {{ htmlattrxref("align", "tbody") }} is not set to char, this attribute is ignored.
Note: Do not use this attribute as it is obsolete (and not supported) in the latest standard. To achieve the same effect as the {{ htmlattrxref("char", "tbody") }}, in CSS3, you can use the character set using the {{ htmlattrxref("char", "tbody") }} attribute as the value of the {{ cssxref("text-align") }} property {{ unimplemented_inline() }}.
{{ htmlattrdef("charoff") }} {{ Deprecated_inline() }} in {{ HTMLVersionInline(4.01) }}, {{ obsolete_inline() }} in {{ HTMLVersionInline(5) }}
This attribute is used to indicate the number of characters to offset the column data from the alignment characters specified by the char attribute.
Note: Do not use this attribute as it is obsolete (and not supported) in the latest standard.
{{ htmlattrdef("valign") }} {{ Deprecated_inline() }} in {{ HTMLVersionInline(4.01) }}, {{ obsolete_inline() }} in {{ HTMLVersionInline(5) }}
This attribute specifies the vertical alignment of the text within each row of cells of the table header. Possible values for this attribute are:
  • baseline, which will put the text as close to the bottom of the cell as it is possible, but align it on the baseline of the characters instead of the bottom of them. If characters are all of the size, this has the same effect as bottom.
  • bottom, which will put the text as close to the bottom of the cell as it is possible;
  • middle, which will center the text in the cell;
  • and top, which will put the text as close to the top of the cell as it is possible.
Note: Do not use this attribute as it is obsolete (and not supported) in the latest standard: instead set the CSS {{ cssxref("vertical-align") }} property on it.

DOM interface

This element implements the HTMLTableSectionElement interface.

Examples

Please see the {{ HTMLElement("table") }} page for examples on <tbody>.

Browser compatibility

{{ CompatibilityTable() }}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 1.0 {{ CompatGeckoDesktop("1.0") }} {{ CompatVersionUnknown() }} {{ CompatVersionUnknown() }} {{ CompatVersionUnknown() }}
align/valign attribute 1.0 {{ CompatNo() }} [1] {{ CompatVersionUnknown() }} {{ CompatVersionUnknown() }} {{ CompatVersionUnknown() }}
char/charoff attribute 1.0 {{ CompatNo() }} [2] {{ CompatVersionUnknown() }} {{ CompatVersionUnknown() }} {{ CompatVersionUnknown() }}
bgcolor attribute {{ Non-standard_inline() }} {{ CompatNo() }} {{ CompatNo() }} {{ CompatVersionUnknown() }} {{ CompatNo() }} {{ CompatNo() }}
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support {{ CompatVersionUnknown() }} {{ CompatGeckoMobile("1.0") }} {{ CompatVersionUnknown() }} {{ CompatVersionUnknown() }} {{ CompatVersionUnknown() }}
align/valign attribute {{ CompatUnknown() }} {{ CompatNo() }} [1] {{ CompatUnknown() }} {{ CompatUnknown() }} {{ CompatUnknown() }}
char/charoff attribute {{ CompatUnknown() }} {{ CompatNo() }} [2] {{ CompatUnknown() }} {{ CompatUnknown() }} {{ CompatUnknown() }}
bgcolor attribute {{ Non-standard_inline() }} {{ CompatNo() }} {{ CompatNo() }} {{ CompatVersionUnknown() }} {{ CompatNo() }} {{ CompatNo() }}

[1] See {{bug(915)}}.

[2] See {{bug(2212)}}.

See also

  • Other table-related HTML Elements: {{ HTMLElement("caption") }}, {{ HTMLElement("col") }}, {{ HTMLElement("colgroup") }}, {{ HTMLElement("table") }}, {{ HTMLElement("td") }}, {{ HTMLElement("tfoot") }}, {{ HTMLElement("th") }}, {{ HTMLElement("thead") }}, {{ HTMLElement("tr") }};
  • CSS properties and pseudo-classes that may be specially useful to style the <tbody> element:
    • the {{ cssxref(":nth-child") }} pseudo-class to set the alignment on the cells of the column;
    • the {{ cssxref("text-align") }} property to align all cells content on the same character, like '.'.

{{HTMLRef}}

Revision Source

<p dir="ltr" style="margin-top: 0pt; margin-bottom: 0pt; line-height: 1.38;">The HTML <strong>Table Body Element (&lt;tbody&gt;)</strong> defines one or more {{ HTMLElement("tr") }} element data-rows to be the body of its parent {{ HTMLElement("table") }} element (as long as no &lt;tr&gt; elements are immediate children of that table element.)&nbsp; In conjunction with a preceding {{ HTMLElement("thead") }} and/or {{ HTMLElement("tfoot") }} element, &lt;tbody&gt; provides additional semantic information for devices such as printers and displays. Of the parent table's child elements, &lt;tbody&gt; represents the content which, when longer than a page, will most likely differ for each page printed; while the content of {{ HTMLElement("thead") }} and {{ HTMLElement("tfoot") }} will be the same or similar for each page printed. For displays, &lt;tbody&gt; will enable separate scrolling of the {{ HTMLElement("thead") }}, {{ HTMLElement("tfoot") }}, and {{ HTMLElement("caption") }} elements of the same parent {{ HTMLElement("table") }} element.&nbsp; Note that unlike the &lt;thead&gt;, &lt;tfoot&gt;, and &lt;caption&gt; elements however, multiple<strong>&nbsp;</strong><span style="font-family:consolas,monaco,andale mono,monospace">&lt;tbody&gt; </span>elements are permitted (if consecutive), allowing the data-rows in long tables to be divided into different sections, each separately formatted as needed.</p>

<p dir="ltr" style="margin-top: 0pt; margin-bottom: 0pt; line-height: 1.38;">&nbsp;</p>

<h2 id="Usage_context">Usage context</h2>

<table class="standard-table">
 <tbody>
  <tr>
   <td><a href="/en/HTML/Content_categories" title="en/HTML/Content categories">Content categories</a></td>
   <td>None.</td>
  </tr>
  <tr>
   <td>Permitted content</td>
   <td>Zero or more {{ HTMLElement("tr") }} elements.</td>
  </tr>
  <tr>
   <td>Tag omission</td>
   <td>The&nbsp;{{ HTMLElement("tbody") }} element is not a required child element for a&nbsp;parent&nbsp;{{ HTMLElement("table") }} element<span style="line-height:1.5">&nbsp; to graphically render</span><span style="line-height:1.5">. However, it must not be present, if its parent&nbsp;{{ HTMLElement("table") }} element</span><span style="line-height:1.5">&nbsp; has a {{ HTMLElement("tr") }} element as a child.</span></td>
  </tr>
  <tr>
   <td>Permitted parent elements</td>
   <td>Within the required parent {{ HTMLElement("table") }} element, t<span style="line-height:1.5">he {{ HTMLElement("tbody") }} element can be added after a {{ HTMLElement("caption") }}, {{HTMLElement("colgroup") }}, {{ HTMLElement("thead") }} and a&nbsp;</span>{{ HTMLElement("tfoot") }} element<span style="line-height:1.5">.</span></td>
  </tr>
  <tr>
   <td>Normative document</td>
   <td><a class="external" href="https://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-tbody-element" rel="external nofollow" target="_blank" title="https://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-tbody-element">HTML5, section 4.9.5</a> (<a class="external" href="https://www.w3.org/TR/REC-html40/struct/tables.html#h-11.2.3" title="https://www.w3.org/TR/REC-html40/struct/tables.html#h-11.2.3">HTML4.01, section 11.2.3</a>)</td>
  </tr>
 </tbody>
</table>

<h2 id="Attributes">Attributes</h2>

<p><span style="line-height:21px">This element includes the&nbsp;</span><a href="https://developer.mozilla.org/en-US/docs/HTML/Global_attributes" style="line-height: 21px;" title="HTML/Global attributes">global attributes</a><span style="line-height:21px">.</span></p>

<dl>
 <dt>{{ htmlattrdef("align") }} {{ Deprecated_inline() }} in {{ HTMLVersionInline(4.01) }}, {{ obsolete_inline() }} in {{ HTMLVersionInline(5) }}</dt>
 <dd>This enumerated attribute specifies how horizontal alignment of each cell content will be handled. Possible values are:
 <ul>
  <li><span style="font-family:courier new">left</span>, aligning the content to the left of the cell</li>
  <li><span style="font-family:courier new">center</span>, centering the content in the cell</li>
  <li><span style="font-family:courier new">right</span>, aligning the content to the right of the cell</li>
  <li><span style="font-family:courier new">justify</span>, inserting spaces into the textual content so that the content is justified in the cell</li>
  <li><span style="font-family:courier new">char</span>, aligning the textual content on a special character with a minimal offset, defined by the {{ htmlattrxref("char", "tbody") }} and {{ htmlattrxref("charoff", "tbody") }} attributes.</li>
 </ul>

 <p>If this attribute is not set, the <span style="font-family:courier new">left</span> value is assumed.</p>

 <div class="note"><strong>Note: </strong>Do not use this attribute as it is obsolete (not supported) in the latest standard.

 <ul>
  <li>To achieve the same effect as the <span style="font-family:courier new">left</span>, <span style="font-family:courier new">center</span>, <span style="font-family:courier new">right</span> or <span style="font-family:courier new">justify</span> values, use the CSS {{ cssxref("text-align") }} property on it.</li>
  <li>To achieve the same effect as the <span style="font-family:courier new">char</span> value, in CSS3, you can use the value of the {{ htmlattrxref("char", "tbody") }} as the value of the {{ cssxref("text-align") }} property {{ unimplemented_inline() }}.</li>
 </ul>
 </div>
 </dd>
</dl>

<dl>
 <dt>{{ htmlattrdef("bgcolor") }} {{ Non-standard_inline() }}</dt>
 <dd>This attribute defines the background color of each cell of the column. It is one of the 6-digit hexadecimal code as defined in <a class="external" href="https://www.w3.org/Graphics/Color/sRGB" title="https://www.w3.org/Graphics/Color/sRGB">sRGB</a>, prefixed by a '#'. One of the sixteen predefined color strings may be used:
 <table align="center" border="0" cellpadding="0" cellspacing="10" style="width:80%" summary="Table of color names and their sRGB values">
  <tbody>
   <tr>
    <td style="background-color: black; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">black</span> = "#000000"</td>
    <td style="background-color: green; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">green</span> = "#008000"</td>
   </tr>
   <tr>
    <td style="background-color: silver; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">silver</span> = "#C0C0C0"</td>
    <td style="background-color: lime; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">lime</span> = "#00FF00"</td>
   </tr>
   <tr>
    <td style="background-color: gray; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">gray</span> = "#808080"</td>
    <td style="background-color: olive; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">olive</span> = "#808000"</td>
   </tr>
   <tr>
    <td style="background-color: white; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">white</span> = "#FFFFFF"</td>
    <td style="background-color: yellow; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">yellow</span> = "#FFFF00"</td>
   </tr>
   <tr>
    <td style="background-color: maroon; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">maroon</span> = "#800000"</td>
    <td style="background-color: navy; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">navy</span> = "#000080"</td>
   </tr>
   <tr>
    <td style="background-color: red; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">red</span> = "#FF0000"</td>
    <td style="background-color: blue; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">blue</span> = "#0000FF"</td>
   </tr>
   <tr>
    <td style="background-color: purple; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">purple</span> = "#800080"</td>
    <td style="background-color: teal; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">teal</span> = "#008080"</td>
   </tr>
   <tr>
    <td style="background-color: fuchsia; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">fuchsia</span> = "#FF00FF"</td>
    <td style="background-color: aqua; width: 24px; height: 24px; border-width: 1px; border-color: black; border-style: solid;">&nbsp;</td>
    <td><span style="font-family:courier new">aqua</span> = "#00FFFF"</td>
   </tr>
  </tbody>
 </table>

 <div class="note"><strong>Usage note:&nbsp;</strong>Do not use this attribute, as it is non-standard and only implemented some versions of Microsoft Internet Explorer: the {{ HTMLElement("tbody") }} element should be styled using <a href="/en/CSS" title="en/CSS">CSS</a>. To give a similar effect to the <strong>bgcolor</strong> attribute, use the <a href="/en/CSS" title="en/CSS">CSS</a> property {{ cssxref("background-color") }}, on the relevant {{ HTMLElement("td") }} or {{ HTMLElement("th") }} elements.</div>
 </dd>
</dl>

<dl>
 <dt>{{ htmlattrdef("char") }} {{ Deprecated_inline() }} in {{ HTMLVersionInline(4.01) }}, {{ obsolete_inline() }} in {{ HTMLVersionInline(5) }}</dt>
 <dd>This attribute is used to set the character to align the cells in a column on. Typical values for this include a period (.) when attempting to align numbers or monetary values. If {{ htmlattrxref("align", "tbody") }} is not set to <span style="font-family:courier new">char</span>, this attribute is ignored.
 <div class="note"><strong>Note: </strong>Do not use this attribute as it is obsolete (and not supported) in the latest standard. To achieve the same effect as the {{ htmlattrxref("char", "tbody") }}, in CSS3, you can use the character set using the {{ htmlattrxref("char", "tbody") }} attribute as the value of the {{ cssxref("text-align") }} property {{ unimplemented_inline() }}.</div>
 </dd>
</dl>

<dl>
 <dt>{{ htmlattrdef("charoff") }} {{ Deprecated_inline() }} in {{ HTMLVersionInline(4.01) }}, {{ obsolete_inline() }} in {{ HTMLVersionInline(5) }}</dt>
 <dd>This attribute is used to indicate the number of characters to offset the column data from the alignment characters specified by the <strong>char</strong> attribute.
 <div class="note"><strong>Note: </strong>Do not use this attribute as it is obsolete (and not supported) in the latest standard.</div>
 </dd>
</dl>

<dl>
 <dt>{{ htmlattrdef("valign") }} {{ Deprecated_inline() }} in {{ HTMLVersionInline(4.01) }}, {{ obsolete_inline() }} in {{ HTMLVersionInline(5) }}</dt>
 <dd>This attribute specifies the vertical alignment of the text within each row of cells of the table header. Possible values for this attribute are:
 <ul>
  <li><span style="font-family:courier new">baseline</span>, which will put the text as close to the bottom of the cell as it is possible, but align it on the <a class="external" href="https://en.wikipedia.org/wiki/Baseline_%28typography%29" title="https://en.wikipedia.org/wiki/Baseline_(typography)">baseline</a> of the characters instead of the bottom of them. If characters are all of the size, this has the same effect as <span style="font-family:courier new">bottom</span>.</li>
  <li><span style="font-family:courier new">bottom</span>, which will put the text as close to the bottom of the cell as it is possible;</li>
  <li><span style="font-family:courier new">middle</span>, which will center the text in the cell;</li>
  <li>and <span style="font-family:courier new">top</span>, which will put the text as close to the top of the cell as it is possible.</li>
 </ul>

 <div class="note"><strong>Note: </strong>Do not use this attribute as it is obsolete (and not supported) in the latest standard: instead set the CSS&nbsp;{{ cssxref("vertical-align") }} property on it.</div>
 </dd>
</dl>

<h2 id="DOM_interface">DOM interface</h2>

<p>This element implements the <code><a href="/en-US/docs/Web/API/HTMLTableSectionElement" title="Documentation for HTMLTableSectionElement">HTMLTableSectionElement</a></code> interface.</p>

<h2 id="Examples">Examples</h2>

<p>Please see the {{ HTMLElement("table") }} page for examples on <code>&lt;tbody&gt;</code>.</p>

<h2 id="Compatibility">Browser compatibility</h2>

<p>{{ CompatibilityTable() }}</p>

<div id="compat-desktop">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Feature</th>
   <th>Chrome</th>
   <th>Firefox (Gecko)</th>
   <th>Internet Explorer</th>
   <th>Opera</th>
   <th>Safari</th>
  </tr>
  <tr>
   <td>Basic support</td>
   <td>1.0</td>
   <td>{{ CompatGeckoDesktop("1.0") }}</td>
   <td>{{ CompatVersionUnknown() }}</td>
   <td>{{ CompatVersionUnknown() }}</td>
   <td>{{ CompatVersionUnknown() }}</td>
  </tr>
  <tr>
   <td><code>align/valign</code> attribute</td>
   <td>1.0</td>
   <td>{{ CompatNo() }} [1]</td>
   <td>{{ CompatVersionUnknown() }}</td>
   <td>{{ CompatVersionUnknown() }}</td>
   <td>{{ CompatVersionUnknown() }}</td>
  </tr>
  <tr>
   <td><code>char/charoff</code> attribute</td>
   <td>1.0</td>
   <td>{{ CompatNo() }} [2]</td>
   <td>{{ CompatVersionUnknown() }}</td>
   <td>{{ CompatVersionUnknown() }}</td>
   <td>{{ CompatVersionUnknown() }}</td>
  </tr>
  <tr>
   <td><code>bgcolor</code> attribute {{ Non-standard_inline() }}</td>
   <td>{{ CompatNo() }}</td>
   <td>{{ CompatNo() }}</td>
   <td>{{ CompatVersionUnknown() }}</td>
   <td>{{ CompatNo() }}</td>
   <td>{{ CompatNo() }}</td>
  </tr>
 </tbody>
</table>
</div>

<div id="compat-mobile">
<table class="compat-table">
 <tbody>
  <tr>
   <th>Feature</th>
   <th>Android</th>
   <th>Firefox Mobile (Gecko)</th>
   <th>IE Mobile</th>
   <th>Opera Mobile</th>
   <th>Safari Mobile</th>
  </tr>
  <tr>
   <td>Basic support</td>
   <td>{{ CompatVersionUnknown() }}</td>
   <td>{{ CompatGeckoMobile("1.0") }}</td>
   <td>{{ CompatVersionUnknown() }}</td>
   <td>{{ CompatVersionUnknown() }}</td>
   <td>{{ CompatVersionUnknown() }}</td>
  </tr>
  <tr>
   <td><code>align/valign</code> attribute</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatNo() }} [1]</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
  </tr>
  <tr>
   <td><code>char/charoff</code> attribute</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatNo() }} [2]</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
   <td>{{ CompatUnknown() }}</td>
  </tr>
  <tr>
   <td><code>bgcolor</code> attribute {{ Non-standard_inline() }}</td>
   <td>{{ CompatNo() }}</td>
   <td>{{ CompatNo() }}</td>
   <td>{{ CompatVersionUnknown() }}</td>
   <td>{{ CompatNo() }}</td>
   <td>{{ CompatNo() }}</td>
  </tr>
 </tbody>
</table>
</div>

<p>[1] See {{bug(915)}}.</p>

<p>[2] See {{bug(2212)}}.</p>

<h2 id="See_also">See also</h2>

<ul>
 <li>Other table-related HTML Elements: {{ HTMLElement("caption") }}, {{ HTMLElement("col") }}, {{ HTMLElement("colgroup") }}, {{ HTMLElement("table") }}, {{ HTMLElement("td") }}, {{ HTMLElement("tfoot") }}, {{ HTMLElement("th") }}, {{ HTMLElement("thead") }}, {{ HTMLElement("tr") }};</li>
 <li>CSS properties and pseudo-classes that may be specially useful to style the <span style="font-family:courier new">&lt;tbody&gt;</span> element:
  <ul>
   <li>the {{ cssxref(":nth-child") }} pseudo-class to set the alignment on the cells of the column;</li>
   <li>the {{ cssxref("text-align") }} property to align all cells content on the same character, like '.'.</li>
  </ul>
 </li>
</ul>

<p>{{HTMLRef}}</p>
Revert to this revision