--- title: slug: Web/HTML/Element/rt translation_of: Web/HTML/Element/rt ---

Summary

The HTML <rt> Element embraces pronunciation of character presented in a ruby annotations, which are for showing pronunciation of East Asian characters and the <rt> element is used inside of {{ HTMLElement("ruby") }} element.

Attributes

This element only includes the global attributes.

Example

<ruby>
  漢 <rt>Kan</rt>
  字 <rt>ji</rt>
</ruby>

Specifications

Specification Status Comment
{{SpecName('HTML WHATWG', 'text-level-semantics.html#the-rt-element', '<rt>')}} {{Spec2('HTML WHATWG')}}  
{{SpecName('HTML5 W3C', 'the-rt-element.html#the-rt-element', '<rt>')}} {{Spec2('HTML5 W3C')}}  

Compatibilidade com navegadores

{{CompatibilityTable}}

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support 5.0 {{CompatNo}} 5.0 {{CompatNo}} 5.0
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support {{CompatVersionUnknown}} {{CompatNo}} {{CompatVersionUnknown}} {{CompatNo}} {{CompatVersionUnknown}}

See also

{{ HTMLRef }}