VOOZH about

URL: https://www.geeksforgeeks.org/html/html5-rt-tag/

⇱ HTML5 rt Tag - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

HTML5 rt Tag

Last Updated : 11 Jul, 2025

The <rt> tag in HTML is used to define the explanation of the ruby annotation which is a small text, attached with the main text. Such kind of annotation is used in Japanese publications. This tag is new in HTML5.

Syntax:

<rt> Explanation... </rt>

Example 1: This example describes <rt> tag within <ruby> tag. 

Output:

👁 Image

Example 2: This example does not contain <ruby> tag. 

Output:

👁 Image


Supported Browsers:

Comment
Article Tags: