rp rt ruby
HTML rp rt ruby Element
NOTE: This new element is HTML5 and will be a standardized element in 2014.
The <rp>, <rt> and <ruby> tags are used to markup Ruby annotations. Ruby characters are small annotations that are placed to the right or above characters in the East Asian languages. The <rt> tag is used to markup the ruby text component of a ruby annotation. The <rp> tag is used to provide parentheses around a ruby text component of a ruby annotation, to be shown browser software unable to support the ruby annotations.
The <rp>, <rt> and <ruby> tags are used to markup Ruby annotations. Ruby characters are small annotations that are placed to the right or above characters in the East Asian languages. The <rt> tag is used to markup the ruby text component of a ruby annotation. The <rp> tag is used to provide parentheses around a ruby text component of a ruby annotation, to be shown browser software unable to support the ruby annotations.
HTML CODE EXAMPLE
<div lang="zh-CN">
<ruby>
<rt><rp>( </rp>Hán t<rp> )</rp></rt>
<rt>Quc ng</rt>
</ruby>
</div>
<ruby>
<rt><rp>( </rp>Hán t<rp> )</rp></rt>
<rt>Quc ng</rt>
</ruby>
</div>
0 Response to "rp rt ruby"
Post a Comment