

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to set what browsers will show that do not support the ruby element?
<p style="">The HTML <rp> tag specifies to show browsers that do not support the ruby annotations. Ruby Annotations are used in East Asian typography.</p><h2 style="">Example</h2><p style="">You can try to run the following code to implement <rp> tag in HTML −</p><pre class="prettyprint notranslate"><!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></pre>
- Related Questions & Answers
- How to include content to be presented by browsers that do not support the <embed> tag in HTML?
- Which browsers support the HTML5 History API?
- Do any browsers yet support HTML5's checkValidity() method?
- Show that the set of all languages that are not recursively enumerable on {a} is not countable?
- How to set that the text direction will be submitted in HTML?
- How do I verify that an element does not exist in Selenium 2?
- What are the platforms that support Java programming language?
- How to use the "not" keyword in Ruby?
- HTML5 semantic elements and which old browsers does it support?
- How do I show a MySQL warning that just happened?
- What to do with content that renders outside the element box with JavaScript?
- Style every element that is not the specified element with CSS
- Show that the set of recursive languages is closed under reversal?
- How can I create an android service that dalvik will not kill?
- How do I use Selenium with Ruby?
Advertisements