tor-browser

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

doc_markup_whitespace.html (623B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <style>
      6      #pre {
      7        white-space: pre;
      8      }
      9    </style>
     10  </head>
     11  <body>
     12    <div>div 1</div>
     13    <div>div 2</div>
     14    <div>div 3</div>
     15    <div id="inline">
     16      <img src="chrome://branding/content/about-logo.png" />
     17      <img src="chrome://branding/content/about-logo.png" />
     18      <img src="chrome://branding/content/about-logo.png" />
     19    </div>
     20    <div id="pre">
     21      <img src="chrome://branding/content/about-logo.png" />
     22      <img src="chrome://branding/content/about-logo.png" />
     23    </div>
     24  </body>
     25 </html>