"Reprint please retain the integrity of the content of the Wind network article, if you do not comply with this principle, we will retain the right to pursue legal responsibility"
<rt> Label
Definitions and usage
<rt> label defines the interpretation or pronunciation of characters (Chinese phonetic notation or characters).
Ruby annotations are Chinese phonetic or character.
Used in East Asia, displays the pronunciation of East Asian characters.
Use with <ruby> and <rt> tags:
Ruby elements consist of one or more characters (which require an explanation/pronunciation) and a RT element that provides that information, as well as optional RP elements that define what is displayed when the browser does not support "Ruby" elements.
Instance
A ruby annotation:
<ruby>
Hans <rt>ㄏㄢˋ</rt>
</ruby>
Tiy
<! DOCTYPE html>
<html>
<body>
<ruby>
Hans <rt>ㄏㄢˋ</rt>
</ruby>
</body>
</html>
Differences between HTML 4.01 and HTML 5
The <rt> tag is a new tab for HTML 5.
Tips and comments
Wind Network (www.ithov.com) Tip: Browsers that support the Ruby element do not display the contents of the RP element.
Standard properties
<rt> tags support standard properties in HTML 5.
Event Properties
<rt> tags support event properties in HTML 5.