Home » HTML » Html miscellaneous » Question
  1. Which of the following element is known as ruby fallback parenthesis?
    1. <q>
    2. <rtc>
    3. <rt>
    4. <rp>
    5. None of these
Correct Option: D

In ruby, <rt> defines explanation of characters. <rp> is Ruby Fallback Parenthesis element in HTML. It is used to provide fall-back parentheses for browsers that do not support display of ruby annotations when using <ruby> element. This element include global attribute only. <q> element is used for short quotation.



Your comments will be displayed only after manual approval.