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

<rb>

HTML <rb> (Ruby Base) Tag

Deprecated: Not Supported in HTML5.

Example

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

Try this code ❯

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>


Advertisement

Related Tags:

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

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