Il tag HTML Rp



Descrizione

Il tag HTML <rp> specifica del testo da mostrare nei browser che non supportano l' annotazione ruby. L' annotazione ruby è utilizzada nella scrittura dell' Asia Orientale.

Esempio

<!DOCTYPE html>
<html>
<head>
<title>HTML Rp Tag</title>
</head>
<body>
<ruby>
  漢 <rp>(</rp><rt>Kan</rt><rp>)</rp>
  字 <rp>(</rp><rt>ji</rt><rp>)</rp>
</ruby>
</body>
</html>

Produrrà il seguente risultato:

(Kan)(ji)

Attributi Globali

Questo tag supporta tutti gli attributi globali descritti in - HTML - Referenze Attributi

Attributi Evento

Questo tag supporta tutti gli attributi evento descritti in - HTML - Referenze Eventi

Compatibilità Browser

ChromeFirefoxIEOperaSafariAndroid
SiNon SupportatoSiNon SupportatoSiSi
html_tags_reference.htm
Advertisements