|
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.
Definition and Usage
The <rt> tag defines an explanation or pronunciation of characters (for East Asian typography) in a ruby annotation.
<rt> uses together with <ruby> and <rp>: The <ruby> element consists of one or more characters that needs an explanation/pronunciation, and an <rt> element that gives that information, and an optional <rp> element that defines what to show for browsers that not support ruby annotations.
Browser Support
The numbers in the table specify the first browser version that fully supports the element.

Global Attributes
The <rt> tag also supports the Global Attributes in HTML.
Event Attributes
The <rt> tag also supports the Event Attributes in HTML.
|