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
<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>
漢 <rt> ㄏㄢˋ </rt>
</ruby>
</body>
</html>
Comments
No comments have been made yet.
Please login to leave a comment. Login now