Movatterモバイル変換


[0]ホーム

URL:


  1. 給開發者的 Web 技術文件
  2. HTML:超文本標記語言
  3. HTML 參考
  4. Elements
  5. <ruby>

此頁面由社群從英文翻譯而來。了解更多並加入 MDN Web Docs 社群。

View in EnglishAlways switch to English

<ruby>

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since ⁨2015年7月⁩.

HTML<ruby> 元素的意思是旁註標記。旁註標記用於標示東亞文字的發音。

嘗試一下

<ruby> 明日 <rp>(</rp><rt>Ashita</rt><rp>)</rp> </ruby>
ruby {  font-size: 2em;}
內容類型流內容段落型內容、捫及內容
允許內容段落型內容
標籤省略不允許,開始和結束標籤都是必須的。
允許父元素Any element that acceptsphrasing content
DOM 介面HTMLElement

屬性

這個元素只支援全域屬性

範例

範例一:字

html
<ruby>  漢 <rp>(</rp><rt>Kan</rt><rp>)</rp> 字 <rp>(</rp><rt>ji</rt><rp>)</rp></ruby>

範例二:詞

html
<ruby> 明日 <rp>(</rp><rt>Ashita</rt><rp>)</rp> </ruby>

規範

Specification
HTML
# the-ruby-element

瀏覽器相容性

參閱

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp