The <rt> Tag in HTML 5

The <rt> tag is used to provide supplemental text for the base text inside a ruby element. It is one of the formatting tags in HTML 5. The supplemental text is used to provide an aid to reading the base text, such as:

It is also possible to use the image (<img>) tag to include images in either the base text or ruby annotations.

(ru) (bi)

This is an actual working example of the <rt> tag example code below, showing how the code looks in your browser. In a WebKit browser, such as Safari or Chrome, it looks like this:

ruby in webkit

In a browser that does not support the ruby element, the ruby text will be displayed with the <rp> ruby parenthesis like this:

ruby parentheses