Skip to content

Instantly share code, notes, and snippets.

@jun9
Last active March 9, 2021 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jun9/6ea56224db086e7a5beeddff738de669 to your computer and use it in GitHub Desktop.
Save jun9/6ea56224db086e7a5beeddff738de669 to your computer and use it in GitHub Desktop.
// source https://jsbin.com
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<h1>
<ruby>我<rt>diāo</rt></ruby>
<ruby>厉<rt>chóng</rt></ruby>
<ruby>害<rt>xiǎo</rt></ruby>
<ruby>吧<rt>jì</rt></ruby>
</h1>
<a href="https://www.webhek.com/post/html-ruby-rt-rp.html">
<ruby>
北<rp>(</rp><rt>bei</rt><rp>)</rp>
京<rp>(</rp><rt>jing</rt><rp>)</rp>
</ruby>
</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment