
- HTML Tutorial
- HTML - Home
- HTML - Overview
- HTML - Basic Tags
- HTML - Elements
- HTML - Attributes
- HTML - Formatting
- HTML - Phrase Tags
- HTML - Meta Tags
- HTML - Comments
- HTML - Images
- HTML - Tables
- HTML - Lists
- HTML - Text Links
- HTML - Image Links
- HTML - Email Links
- HTML - Frames
- HTML - Iframes
- HTML - Blocks
- HTML - Backgrounds
- HTML - Colors
- HTML - Fonts
- HTML - Forms
- HTML - Embed Multimedia
- HTML - Marquees
- HTML - Header
- HTML - Style Sheet
- HTML - Javascript
- HTML - Layouts
- HTML References
- HTML - Tags Reference
- HTML - Attributes Reference
- HTML - Events Reference
- HTML - Fonts Reference
- HTML - ASCII Codes
- ASCII Table Lookup
- HTML - Color Names
- HTML - Entities
- HTML - Fonts Ref
- HTML - Events Ref
- MIME Media Types
- HTML - URL Encoding
- Language ISO Codes
- HTML - Character Encodings
- HTML - Deprecated Tags
How to set what browsers will show that do not support the ruby element?
The HTML <rp> tag specifies to show browsers that do not support the ruby annotations. Ruby Annotations are used in East Asian typography.
Example
You can try to run the following code to implement <rp> tag in HTML −
<!DOCTYPE html> <html> <head> <title>HTML Rp Tag</title> </head> <body> <ruby> 漢 <rp>(</rp><rt>Kan</rt><rp>)</rp> 字 <rp>(</rp><rt>ji</rt><rp>)</rp> </ruby> </body> </html>
- Related Articles
- How to include content to be presented by browsers that do not support the tag in HTML?
- How can JavaScript code be hidden from old browsers that do not support JavaScript?
- Do any browsers yet support HTML5's checkValidity() method?
- Which browsers support the HTML5 History API?
- How to use the "not" keyword in Ruby?
- Show that the set of all languages that are not recursively enumerable on {a} is not countable?
- HTML5 semantic elements and which old browsers does it support?
- How do I verify that an element does not exist in Selenium 2?
- How will you show that air supports burning?
- How will you show that the poles have maximum strength
- How do we set the type of element in HTML?
- How do I use Selenium with Ruby?
- How to set that the text direction will be submitted in HTML?
- In the following set of element, one element does not belong to the set. Select this element and explain why it does not belong:Calcium, Magnesium, Sodium, Beryllium
- How to set whether an element is draggable or not in HTML?

Advertisements