"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.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.