HTML <rt> Tag
In this tutorial, we will learn about rt tag in HTML with the help of examples.
<rt> Tag
Rt tag <rt> is used for pronunciation of character in ruby annotations.
Note : Ruby annotations are character that needs ans explanation/pronunciation.
Syntax
<rt>.........</rt>
Example
<!DOCTYPE html>
<html>
<head>
<title>Rt Tag</title>
</head>
<body>
<ruby>
相信 <rp>(</rp><rt>Trust</rt><rp>)</rp>
</ruby>
</body>
</html>
Output
相信
Global Attribute
Rt Tag support all the global attributes of HTML.
Event Attribute
Rt Tag support all the event attributes of HTML.
Next Tutorial
We hope that this tutorial helped you develop better understanding of the concept of <rt> tag in HTML.
Keep Learning : )
In the next tutorial, you'll learn about HTML <ruby>
Tag.