tor-browser

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

lime-bg-paras-u-g-u-g-g.xht (519B)


      1 <html xmlns="http://www.w3.org/1999/xhtml">
      2  <head>
      3   <title>Five paragraphs lime background u g u g g</title>
      4   <style type="text/css">
      5     .lime { background-color: lime }
      6   </style>
      7  </head>
      8  <body>
      9    <p>This paragraph should be unstyled.</p>
     10    <p class="lime">This paragraph should have a green background.</p>
     11    <p>This paragraph should be unstyled.</p>
     12    <p class="lime">This paragraph should have a green background.</p>
     13    <p class="lime">This paragraph should have a green background.</p>
     14  </body>
     15 </html>