Advertisement
❮ Previous: <q> Next: <rt> ❯

<rp>

HTML <rp> (Ruby Parentheses) Tag

Example

<p lang="ja" xml:lang="ja">
...
<ruby>
 漢 <rp>(</rp><rt>かん</rt><rp>)</rp>
 字 <rp>(</rp><rt>じ</rt><rp>)</rp>
</ruby>
...
</p>

Try this code ❯

Meaning

The <rp> element is used to define parentheses around a ruby text entry defined by an rtelement.

This element helps browsers that do not support ruby annotations to keep the reading hint clear from the text it is associated with.

Version: HTML5


Standard Syntax

<rp>...</rp>


Advertisement

Global Attributes

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


Event Attributes

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


By Default CSS Value(s)

None.


Related Tags:

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

❮ Previous: <q> Next: <rt> ❯
Advertisement