Home » HTML » Html miscellaneous » Question
  1. Which element represents a ruby annotation?
    1. <rp>
    2. <ruby>
    3. <rtc>
    4. <rt>
    5. None of these
Correct Option: B

In ruby, <rt> defines explanation of characters. The <ruby> element in HTML represents a ruby annotation. It is for showing pronunciation of East Asian characters. Both the starting and ending tags are necessary. It only includes global attributes. Parenthesis for ruby text is provided by <rp> element.



Your comments will be displayed only after manual approval.