tor-browser

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

text-indent-011-ref.xht (439B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
      2 <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
      3  <head>
      4   <title>test reference</title>
      5   <style type="text/css">
      6     .wide { width: 16em; font: 30px/0 monospace; color: blue; text-indent: 8em; margin: 2em 0; }
      7   </style>
      8  </head>
      9  <body>
     10    <p>The word PASS must be written below.</p>
     11    <div class="wide">PASS</div>
     12  </body>
     13 </html>