Advertisement
❮ Previous: <rbc> Next: <shadow> ❯

<rtc>

HTML <rtc> (Ruby Text 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 <rtc> element specifies semantic annotations of characters that are presented in <rt> elements used inside a <ruby>.

Notes:

Version: HTML5


Standard Syntax

<rtc>...</rtc>


Advertisement

Global Attributes

The <rtc> element also supports the Global Attributes in HTML.


Event Attributes

The <rtc> element also supports the Event Attributes in HTML.


Related Tags:

<rb>,
<rbc>,
<rp>,
<rt> and
<ruby>

❮ Previous: <rbc> Next: <shadow> ❯
Advertisement