HTML <rp> (Ruby Parentheses) Tag

❮ Previous Reference Next ❯

Example

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

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>



Browser Support




Status







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