tor-browser

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

word-spacing-01.html (1033B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <body style="font-family: monospace; word-spacing:10ch; -moz-tab-size: 2; width: 433px; height: 590px;">
      4 
      5 <table border="1">
      6 <tr><td>space .</td>
      7 <tr><td>nonbreaking-space&nbsp;.</td>
      8 <tr><td>ideographic-space&#x3000;.</td>
      9 <tr><td>newline
     10 .</td>
     11 <tr><td>tab&#9;.</td>
     12 <tr><td>form-feed&#12;.</td>
     13 </table>
     14 
     15 <table border="1" style="white-space:pre">
     16 <tr><td>space .</td>
     17 <tr><td>nonbreaking-space&nbsp;.</td>
     18 <tr><td>ideographic-space&#x3000;.</td>
     19 <tr><td>newline
     20 .</td>
     21 <tr><td>tab&#9;.</td>
     22 <tr><td>form-feed&#12;.</td>
     23 </table>
     24 
     25 <table border="1" style="white-space:nowrap">
     26 <tr><td>space .</td>
     27 <tr><td>nonbreaking-space&nbsp;.</td>
     28 <tr><td>ideographic-space&#x3000;.</td>
     29 <tr><td>newline
     30 .</td>
     31 <tr><td>tab&#9;.</td>
     32 <tr><td>form-feed&#12;.</td>
     33 </table>
     34 
     35 <table border="1" style="white-space:pre-wrap">
     36 <tr><td>space .</td>
     37 <tr><td>nonbreaking-space&nbsp;.</td>
     38 <tr><td>ideographic-space&#x3000;.</td>
     39 <tr><td>newline
     40 .</td>
     41 <tr><td>tab&#9;.</td>
     42 <tr><td>form-feed&#12;.</td>
     43 </table>
     44 
     45 </body>
     46 </html>