tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

rbc-rtc-basic-001-ref.html (467B)


      1 <!DOCTYPE html>
      2 
      3 <html lang="ja">
      4 
      5  <meta charset="UTF-8">
      6 
      7  <title>CSS Reference File</title>
      8 
      9  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
     10 
     11  <style>
     12  body
     13    {
     14      font-size: 60px;
     15    }
     16 
     17  ruby
     18    {
     19      background: lightblue;
     20    }
     21  </style>
     22 
     23  <ruby>あい<rt></rt>&nbsp;<rt></rt></ruby>
     24 
     25  <ruby><rt></rt><rt></rt></ruby>
     26 
     27  <ruby>私に<rt></rt></ruby>
     28 
     29 </html>