Advertisement
❮ Previous: <rb> Next: <rtc> ❯

<rbc>

HTML <rbc> (ruby base container) Tag

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>

Try this code ❯

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>


Advertisement

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: <rb> Next: <rtc> ❯
Advertisement