HTML <rb> (Ruby Base) Tag

❮ Previous Reference Next ❯

Deprecated: Not Supported in HTML5.

Example

<ruby>
  <rb>漢</rb>
  <rb>字</rb>
  <rp>(</rp><rt>kan<rt>ji<rp>)</rp>
</ruby>

Meaning

The HTML <rb> element delimits the base text component of a <ruby> annotation.

Ruby annotations are usually used in East Asian typography. They display the pronunciation of East Asian characters.

Notes:

Version: HTML5




Standard Syntax

<rb>...</rb>



Browser Support




Status







Related Tags:

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