Post by: Ian
Tag Html rb
Contoh:
<!-- basic ruby annotation structure: -->
<ruby>
<rb>Base text</rb>
<rt>Annotation</rt>
</ruby>
<!-- "Tokyo" in Japanese, annotated with hiragana syllabary: -->
<ruby>
<rb>ζ±δΊ¬</rb>
<rp>(</rp>
<rt>γ¨γγγγ</rt>
<rp>)</rp>
</ruby>
Preview: