The <rt> element is a child element of the ruby element and contains the annotation that describes and explanation or pronunciation of Ruby annotated characters, typically for East Asian typography.

Syntax:

<ruby><rt></rt></ruby>

Attributes:

Example

The rt tag basic example with ruby parent:

x
 
<!DOCTYPE html>
<html lang='en-us'>
<head><style type='text/css'>
    body{background-color:#343434; color:#ddd;}
    ruby{background-color:#949494; color:#ddd; width:100%;}
</style></head>
<body>
<ruby>
 &aelig;&frac14;&cent; <rt> &atilde;&#132;&#143;&atilde;&#132;&cent;&Euml;&#139; </rt>
</ruby>
</body>
</html>

 

›› go to examples ››