English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Manual de referência HTML

大全 de etiquetas HTML

HTML: <rp> etiqueta

O elemento HTML <rp> é usado para fornecer os parênteses subsequentes para navegadores que não podem exibir anotações ruby com o elemento <ruby>.

Exemplo online

Um comentário ruby:

<!DOCTYPE html>
<html>
<head> 
<meta charset="utf-8"> 
<title>Base Tutorial Network(oldtoolbag.com)</<title> 
</<head>
<body>
<ruby>
  漢 <rp>(</rp><rt>Kan</rt><rp>)</rp>
  字 <rp>(</rp><rt>ji</rt><rp>)</rp>
</ruby>
</body>
</html>
Teste e veja ‹/›

Compatibilidade do navegador

comments:FirefoxOperaChromeSafari

comments: 9+Firefox, Opera, Chrome e Safari suportam a etiqueta <rp>.

注释:comments: 8 IE

or earlier versions of IE browsers do not support the <rp> tag.

Description and usage instructions for tags

The <rp> tag is used in ruby annotations to define the content displayed by browsers that do not support the ruby element.

Ruby annotations are Chinese phonetic or characters. Used in East Asia, it displays the pronunciation of East Asian characters. For example, text using Japanese romaji and Chinese pinyin.

used with <rp> to define content for browsers that do not support <ruby> elements. The content of <rp> provides what should be displayed, usually parentheses, to indicate the presence of the ruby annotation. <ruby> and <rt> used together with tags:
The <ruby> element consists of one or more characters that need to be explained/consists of characters for pronunciation and a <rt> element that provides this information, as well as an optional <rp> element that defines the content to be displayed when the browser does not support the "ruby" element. The <rp> content provides what should be displayed, usually parentheses, to indicate the presence of the ruby annotation.

HTML 4.01 with HTML5differences

<rp> tag is a part of HTML5 and new tags.

Global attributes

Support for <rp> tag Global attributes of HTML.

Event attributes

Support for <rp> tag Event attributes of HTML.