How to set what browsers that don't support ruby ​​elements will display?

PHPz
Release: 2023-08-26 11:09:14
forward
1117 people have browsed it

How to set what browsers that dont support ruby ​​elements will display?

HTML tag specifies display for browsers that do not support Ruby comments. Ruby annotations for East Asian typography.

Example

You can try running the following code to implement the 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>
Copy after login

The above is the detailed content of How to set what browsers that don't support ruby ​​elements will display?. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template