rt
Summary
The rt element marks the ruby text component of a ruby annotation.
Overview Table
Internationalization topics related to the rt
element:
Examples
This example uses the RT element to specify a string of text as an annotation or pronunciation guide to the base text.
<ruby>
Base Text
<rt>Ruby Text
</ruby>
<p lang="ja">...<ruby>漢<rt>かん</rt>字<rt>じ</rt></ruby>...</p>
Notes
Remarks
A ruby is an annotation or pronunciation guide for a string of text. The string of text annotated with a ruby is referred to as the base. The ruby text specified by the RT element is positioned above or inline with the rubyPosition property. Browsers that do not support the RT element render the ruby text inline with the base text. This element is available in HTML and script as of Microsoft Internet Explorer 5. The ruby text specified by the RT element is positioned above or inline with the rubyPosition property.
Related specifications
See also
Related pages
ruby
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]