tor-browser

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

hyphens-manual-inline-011H-ref.html (481B)


      1 <!DOCTYPE html>
      2 
      3  <meta charset="UTF-8">
      4 
      5  <title>CSS Reference Test</title>
      6 
      7  <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
      8 
      9  <style>
     10  div
     11    {
     12      border: black solid 2px;
     13      font-family: monospace;
     14      font-size: 32px;
     15      width: 10ch;
     16    }
     17  </style>
     18 
     19  <div>DNA means<br>Deoxyribo&#x2010;<br>nucleic<br>acid.</div>
     20 
     21 <!--
     22 
     23  Hyphen-minus == &#x002D; == &#0045;
     24 
     25  Hyphen == &#x2010; == &#8208;
     26 
     27 -->