--- title: slug: Web/HTML/Element/ruby tags: - Element - HTML - Ruby - Web - zh-Hans - 汉字 translation_of: Web/HTML/Element/ruby ---

{{HTMLRef}}

HTML <ruby> 元素 被用来展示东亚文字注音或字符注释。

内容范畴 流式内容, 短语内容, palpable content.
允许内容 短语内容
标签省略 {{no_tag_omission}}
允许的父级元素 See prose
DOM 接口 {{domxref("HTMLElement")}}

属性

本元素支持 全局属性

示例

示例1: 字

<ruby>
  汉 <rp>(</rp><rt>han</rt><rp>)</rp>
  字 <rp>(</rp><rt>zi</rt><rp>)</rp>
</ruby>

示例2: 词

<ruby>
  明 日 <rp>(</rp><rt>ming ri</rt><rp>)</rp>
</ruby>

规范

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

浏览器兼容性

{{Compat("html.elements.ruby")}}

参阅