rp rt ruby

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.

HTML CODE EXAMPLE
<div lang="zh-CN">
  <ruby>
    <rt><rp>( </rp>Hán t<rp> )</rp></rt>
    <rt>Quc ng</rt>
  </ruby>
</div>

Related Posts :

  • option option HTML option Element The HTML <option> option element is used to define the options… Read More...
  • optgroup optgroup HTML optgroup Element The HTML <optgroup> options group element is used to group… Read More...
  • ol ol HTML ol Element The HTML <ol> ordered list element is used to render numbered lists us… Read More...
  • noscript noscript HTML noscript Element The HTML <noscript> element is used to offer up alternate … Read More...
  • object object HTML object Element The HTML <object> element is used to add an external resource … Read More...

0 Response to "rp rt ruby"

Post a Comment