HTML <rb> tag

You are Here:

HTML <rb> tag

The <rb> tag delimits the base text component of a <ruby> annotation, i.e., The <rb> element is used to separate out each segment of the ruby base text.

Note: The <rb> tag may or may not be an empty element.

Example

HTML Online Editor
<!DOCTYPE html> <html> <body> <ruby> <rb>美</rb><rt>Měi</rt> <rb>国</rb><rt>Guó</rt> <rtc>United States</rtc> </ruby> </body> </html>

Attributes

There is no special attributes for <rb> tag. Only Global attributes.

Reminder

Hi Developers, we almost covered 99.5% of HTML Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in HTML.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author