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

Notes:

Version: HTML5




Standard Syntax

<rtc>...</rtc>



Browser Support




Status







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 Reference Next ❯