A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/HTML/Element/rt below:

<rt>: The Ruby Text element - HTML: HyperText Markup Language

<rt>: The Ruby Text element

Baseline Widely available

The <rt> HTML element specifies the ruby text component of a ruby annotation, which is used to provide pronunciation, translation, or transliteration information for East Asian typography. The <rt> element must always be contained within a <ruby> element.

Try it
<ruby>
  漢 <rp>(</rp><rt>kan</rt><rp>)</rp> 字 <rp>(</rp><rt>ji</rt><rp>)</rp>
</ruby>

See the article about the <ruby> element for more examples.

Attributes

This element only includes the global attributes.

Examples Using ruby annotations

This example provides Romaji transliteration for the kanji characters within the <ruby> element:

<ruby> 漢 <rt>Kan</rt> 字 <rt>ji</rt> </ruby>
body {
  font-size: 22px;
}
Result Technical summary Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3