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.
