DEV Community

Cover image for HTML tags | rp
Carlos Espada
Carlos Espada

Posted on • Edited on

1

HTML tags | rp

It is used to provide fall-back parentheses for browsers that do not support display of ruby annotations using the <ruby> element.

One <rp> element should enclose each of the opening and closing parentheses that wrap the <rt> element that contains the annotation's text.

The end tag can be omitted if the element is immediately followed by an <rt> or another <rp> element, or if there is no more content in the parent element.

The <rp> element must be positioned immediately before or after an <rt> element.

  • Type: -
  • Self-closing: No
  • Semantic value: No

Definition and example | Support

Top comments (0)

Quickstart image

Django MongoDB Backend Quickstart! A Step-by-Step Tutorial

Get up and running with the new Django MongoDB Backend Python library! This tutorial covers creating a Django application, connecting it to MongoDB Atlas, performing CRUD operations, and configuring the Django admin for MongoDB.

Watch full video →