RUBY
Run
<!doctype html>
<head>
   <style>
      ruby {
      font-size: 2em;
      }
   </style>
   <title>Ruby tag</title>
</head>
<body>
   <h1> The Ruby tag</h1>
   <ruby>
   ?? <rp>(</rp><rt>Ashita</rt><rp>)</rp>
   </ruby>
</body>
</html>