HTML <rbc> (ruby base container) Tag

❮ Previous Reference Next ❯

Deprecated: Not Supported in HTML5.

Example

<ruby>
  <rbc>
    <rb>旧</rb>
    <rt>jiù</rt>
    <rb>金</rb>
    <rt>jīn</rt>
    <rb>山</rb>
    <rt>shān</rt>
  </rbc>
  <rtc>San Francisco</rtc>
</ruby>

Meaning

The HTML <rbc> element specifies semantic annotations of characters that are presented in <rb> elements used inside a <ruby>.

Notes:

Version: HTML5




Standard Syntax

<rbc>...</rbc>



Browser Support




Status










Global Attributes

<rbc> element also supports the Global Attributes in HTML.


Event Attributes

<rbc> element also supports the Event Attributes in HTML.




Related Tags:

<rb>, <rp>, <rt>, <rtc> and <ruby>
❮ Previous Reference Next ❯