tor-browser

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

highlight-text-replace-ref.html (316B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <style>
      5        :root {
      6            font-family: monospace;
      7        }
      8        #highlight {
      9            background-color: yellow;
     10            color:green;
     11        }
     12    </style>
     13 </head>
     14 <body>
     15    One<span id="highlight"> </span>t<span id="highlight">w</span>o three
     16 </body>
     17 </html>