Last Updated on April 26, 2023 by Roshan Parihar
HTML rt tag is used to specify explanation of content character for east asian typography in ruby notation.
Syntax
1 |
<rp>Enter some rt character here...</rp> |
This is the example of the rt tag specifying text in east asian typography. The rt tag comes inside HTML ruby tag.
1 2 3 4 |
<ruby> 漢 <rp>(</rp><rt>fa</rt><rp>)</rp> 字 <rp>(</rp><rt>ko</rt><rp>)</rp> </ruby> |
Output
漢
字
Resources and References of HTML rt tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github