<!DOCTYPE HTML> <!-- // LICENSE // This well-prepared, sophisticated code was developed and finallised by // REMOVED_LINE. // You can leave this file as is, replace this text by a happy unicorn // frolicking in the woods or do whatever else - // this is WTFPL licensed. --> <html> <head> <title>EIJOOOOO</title> <style type="text/css"> html,body {font-family:Monospace,monospace,serif;} .by00diful tr td:last-child {font-family:'Gentium',Helvetica,serif;} td {padding:0 1em;} header p {margin: 0 0 1em 0;font-size:72.19%;font-style:italic;} </style> </head> <body> <section> <header><h1>«Pre-formatted» (white-space:pre*)</h1></header> <table> <tr><th scope="col">Char</th><th scope="col">Demo</th></tr> <tr><td>&thinsp; :</td><td>blah . blah</td></tr> <tr><td>&#9; :</td><td>blah	.	blah</td></tr> <tr><td>&nbsp; :</td><td>blah . blah</td></tr> <tr><td>&ensp; :</td><td>blah . blah</td></tr> <tr><td>&emsp; :</td><td>blah . blah</td></tr> </table> </section> <section> <header> <h1>Not «pre-formatted» (white-space:no*)</h1> <p>(Gentium, Helvetica, or your default serif, in that order)</p> </header> <table class="by00diful"> <tr><th scope="col">Char</th><th scope="col">Demo</th></tr> <tr><td>&thinsp; :</td><td>blah . blah</td></tr> <tr><td>&#9; :</td><td>blah	.	blah</td></tr> <tr><td>&nbsp; :</td><td>blah . blah</td></tr> <tr><td>&ensp; :</td><td>blah . blah</td></tr> <tr><td>&emsp; :</td><td>blah . blah</td></tr> </table> <p> <a href="https://en.wikipedia.org/wiki/Concrete_poetry" rel="external">This</a> </p> <p> <a href="https://hea-www.harvard.edu/~fine/Tech/html-sentences.html">More</a> by Tom Fine @ High Energy Astrophysics Harvard </p> </section> </body> </html>