References

Collection of references for web development.

HTML rp tag

Description

The HTML <rp> element defines a fallback parentheses for browsers that do not support ruby annotations.

Example

<ruby>
	Text <rt><rp>(</rp>Annotation<rp>)</rp></rt>
</ruby>