Baseline Widely available
The <rt>
HTML element specifies the ruby text component of a ruby annotation, which is used to provide pronunciation, translation, or transliteration information for East Asian typography. The <rt>
element must always be contained within a <ruby>
element.
<ruby>
æ¼¢ <rp>(</rp><rt>kan</rt><rp>)</rp> å <rp>(</rp><rt>ji</rt><rp>)</rp>
</ruby>
See the article about the <ruby>
element for more examples.
This element only includes the global attributes.
Examples Using ruby annotationsThis example provides Romaji transliteration for the kanji characters within the <ruby>
element:
<ruby> æ¼¢ <rt>Kan</rt> å <rt>ji</rt> </ruby>
body {
font-size: 22px;
}
Result Technical summary Specifications Browser compatibility See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3