basics of website design banner photo

HTML

HTML 5

CSS 2.1

CSS 3

Reference

HTML5 <ruby>, <rt> and <rp> Elements.

These three elements deal with the display of East Asian languages such as Japanese and Chinese which may need additional information to do with pronunciation or some sort of explanation - these are known as ruby annotations.

The <ruby> element contains the language characters, the <rt> element contains the additional information and the <rp> element contains fallback information for browsers that don't support ruby annotations.

<ruby>, <rt> and <rp> Attributes

New HTML5 Elements