^ Zona Info: Tag Html rb ( ruby base text )

Tag Html rb ( ruby base text )

Zona Info | Ilmu Komputer |  Juni 27, 2017
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:
Base text Annotation 東京 ( とうきょう )

No comments:

Post a Comment