xxxxxxxxxx
<html lang="en">
<head>
<title>Example of HTML ruby Tag</title>
<style type="text/css">
ruby{
font-size: 36px;
}
</style>
</head>
<body>
<ruby>
漢 <rp>(</rp><rt>Kan</rt><rp>)</rp>
字 <rp>(</rp><rt>ji</rt><rp>)</rp>
</ruby>
</body>
</html>