"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"
<ruby> Label
Definitions and usage
<ruby> tags define ruby annotations (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><rp> (</rp>ㄏㄢˋ<rp>) </rp></rt>
</ruby>
Tiy
<! DOCTYPE html>
<html>
<body>
<ruby>
Hans <rt>ㄏㄢˋ</rt>
</ruby>
</body>
</html>
Differences between HTML 4.01 and HTML 5
The <ruby> 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
<ruby> tags support standard properties in HTML 5.
Event Properties
<ruby> tags support event properties in HTML 5.