rt element | rt object
[This documentation is preliminary and is subject to change.]
Designates the ruby text for the RUBY element.
![]() |
Standards information
HTML information
| Closing Tag | forbidden |
|---|---|
| CSS Display | inline |
DOM Information
Inheritance Hierarchy
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.
Examples
This example uses the RT element to specify a string of text as an annotation or pronunciation guide to the base text.
Code example: http://samples.msdn.microsoft.com/workshop/samples/author/dhtml/refs/rt.htm
<RUBY> Base Text <RT>Ruby Text </RUBY>
See also
Build date: 3/8/2012
