![]() |
VOOZH | about |
The <ruby> tag in HTML is used to specify the ruby annotation which is a small text, attached with the main text to specify the meaning of the main text. This kind of annotation is used in Japanese publications.
Syntax:
<ruby attributes> Contents... </ruby>Note: <ruby> tag contains two other tags which are listed below:
Example: In this example, we are using the <ruby> tag, which pairs text with a pronunciation guide using the <rt> tag, rendering "GeeksforGeeks" as a ruby annotation for "GFG".
Output:
👁 Image
Supported Browsers: