htmlcss



The HTML <rt></rt> element, or ruby text, was introduced in HTML5. It is used with the <ruby> element to provide information on the content of the <ruby> element.


Attributes

Attribute Value Description
name alphanumeric string This attribute assigns a symbolic name to the ruby text in order to use as a hyperlink destination or as an identification reference.
Global Attributes

See Global HTML Attributes and Standard HTML5 Attributes.


HTML example:

<ruby>
漢 <rt>ㄏㄢˋ</rt>
</ruby>


See Also

External Links