Language References
Designates the ruby text for the base text defined by the RP object in a RUBY. | HTML 5 |
HTML Syntax
<rt
class = classname
dir = ltr | rtl
id = value
name = name
style = css properties
title = text
event = script
>
The ruby text specified by the RT object is positioned above or inline with the rubyPosition property. Browsers that do not support the RT object will render the ruby text inline with the base text.
A closing tag is optional.
RT Members
The following sample outlines the implementation of the RT object.
<RUBY>
<RB>Base Text
<RT>Ruby Text
<RUBY>
This feature requires Microsoft® Internet Explorer® 5 or later.
Show me
RUBY RB