如果瀏覽器不支持 ruby 注釋的顯示,HTML <rp> 標簽用於為要在瀏覽器中顯示的內容提供後備括號。
ruby 注釋用於顯示幾種亞洲語言中的某些字符,使用 <ruby> 元素。
<rp> 標簽必須用包含注釋文本的括號將 <rt> 元素括起來。
<rp> 標簽是 HTML5 中的新標簽。
用法
<rp>.....</rp>
以下是關於 HTML <rp> 標簽的一些規範
Display | Inline |
開始標簽/結束標簽 | 開始和結束標簽 |
Usage | Textual |
示例
<!DOCTYPE html>
<html>
<head>
<title>HTML rp tag</title>
<style>
body{
text-align:center;
}
rt{ font-size:18px;
color:green;
}
</style>
</head>
<body>
<h1>Example of rp tag</h1>
<ruby>
柢<rp>(</rp><rt>Kan</rt><rp>)</rp>
ĺ <rp>(</rp><rt>ji</rt><rp>)</rp>
</ruby>
</body>
</html>
輸出:
屬性:
Tag-specific 屬性:
<rp> 標簽不包含任何特定屬性。
全局屬性:
<rp> 標簽支持 HTML 中的全局屬性
事件屬性:
<rp> 標簽支持 HTML 中的事件屬性。
支持瀏覽器
Element | Chrome | IE | Firefox | Opera | Safari |
<rp> | Yes | Yes | Yes | Yes | Yes |
相關用法
- HTML <ruby>用法及代碼示例
- HTML <rtc>用法及代碼示例
- HTML <rt>用法及代碼示例
- HTML <basefont> face屬性用法及代碼示例
- HTML <body> link屬性用法及代碼示例
- HTML <colgroup>用法及代碼示例
- HTML <span>用法及代碼示例
- HTML <spacer>用法及代碼示例
- HTML <button> type屬性用法及代碼示例
- HTML <colgroup> span屬性用法及代碼示例
- HTML <video> controls屬性用法及代碼示例
- HTML <col> bgcolor屬性用法及代碼示例
- HTML <frame> marginheight屬性用法及代碼示例
- HTML <body> background屬性用法及代碼示例
- HTML <link> sizes屬性用法及代碼示例
- HTML <tr>用法及代碼示例
- HTML <th> width屬性用法及代碼示例
- HTML <fieldset> name屬性用法及代碼示例
- HTML <param>用法及代碼示例
- HTML <select> size屬性用法及代碼示例
注:本文由純淨天空篩選整理自 HTML <rp> tag。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。