content logo

Learn HTML:

Html ruby tag

When writing in HTML, the <ruby> tag is an inline element used to designate a ruby annotation on a web page. It is useful when you want to show visitors how to pronounce East Asian characters. The following sections contain information about this tag, including an example of it in use, as well as related attributes and browser compatibility.

Example code

<p><ruby>
  今 <rp>(</rp><rt>Today</rt><rp>)</rp>
</ruby></p>

 

#

HTML Ruby Example

#

HTML Ruby Code

#

HTML Ruby Tutorial