-
Which element represents a ruby annotation?
-
- <rp>
- <ruby>
- <rtc>
- <rt>
- 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.