116 of 133 menu

The rp tag

The rp tag adds text for browsers that don't support the ruby tag (ruby makes the text with an annotation above it, see it for a more complete explanation).

Example

Let's make an annotation above the text so that in those browsers that do not support the tag ruby - the contents of the tag rp are visible:

<ruby> text word version document book <rt>annotation above the text</rt> <rp>text for browsers without ruby ​​support</rp> </ruby>

:

See also

  • tag abbr,
    which specifies the abbreviation
byenru