🚨 Get Your Free NFT Certificate Mint by Completing the Web3 Exam! START NOW

Code has been added to clipboard!

HTML rp Tag

Reading time 1 min
Published Jun 29, 2017
Updated Sep 11, 2019

HTML rp Tag: Main Tips

  • HTML rp tags define an HTML ruby fallback parenthesis element.
  • It proves useful when the user's browser does not support ruby annotations.
  • You have to place rp tags right before or after an <rt> element.
DataCamp
Pros
  • Easy to use with a learn-by-doing approach
  • Offers quality content
  • Gamified in-browser coding experience
  • The price matches the quality
  • Suitable for learners ranging from beginner to advanced
Main Features
  • Free certificates of completion
  • Focused on data science skills
  • Flexible learning timetable
Udacity
Pros
  • Simplistic design (no unnecessary information)
  • High-quality courses (even the free ones)
  • Variety of features
Main Features
  • Nanodegree programs
  • Suitable for enterprises
  • Paid Certificates of completion
Udemy
Pros
  • Easy to navigate
  • No technical issues
  • Seems to care about its users
Main Features
  • Huge variety of courses
  • 30-day refund policy
  • Free certificates of completion

Short rp Tag Tutorial

HTML rp tags can be used to define a fallback option for the browsers that have no ruby text support:

Example
<ruby>攻殻
  <rp></rp>
  <rt>こうかく</rt>
  <rp></rp>
</ruby>

You should use rp HTML tags to specify which characters need to be displayed to convey ruby text properly. In most cases, it is parentheses. If a pair of them wrap an <rt> element, each parenthesis should be surrounded by a pair of rp tags.

Tip: you can check which browser versions support ruby annotations here.

Browser Support

Browser image
Chrome
5+
Browser image
Edge
-
Browser image
Firefox
38+
Browser image
IE
5+
Browser image
Opera
15+
Browser image
Safari
5+

Mobile Browser Support

Browser image
Chrome
All
Browser image
Firefox
38+
Browser image
Opera
14+
Browser image
Safari
All