PUBLISHED ON: FEBRUARY 20, 2021
HTML RT Tag
In HTML, the <rt> tag stands for ruby text.
-
The ruby text is an important component of Ruby Annotation.
-
The Text indicated using <rt> tag provides pronunciation, translation for East Asian typography.
-
The <rt> is always used inside <ruby> tag
HTML <rt> Tag Syntax and Usage
The <rt> tag requires the start(opening) tag and end(closing) tag. Following is the syntax of the <rt> tag:
<ruby>
<rt>
..content here
</rt>
</ruby>
HTML <rt> Tag Basic Example
Below we have a basic example for the same:
HTML <rt> Tag Attributes
This element does not have any specific attributes although this element supports Global and Event attributes.
Browser Support for HTML <rt> tag
Following browsers support this attribute:
-
Google Chrome 5+
-
Internet Explorer 5.5+
-
Apple Safari 5+
-
Opera 15+