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 .</td> 8 <tr><td>ideographic-space .</td> 9 <tr><td>newline 10 .</td> 11 <tr><td>tab	.</td> 12 <tr><td>form-feed.</td> 13 </table> 14 15 <table border="1" style="white-space:pre"> 16 <tr><td>space .</td> 17 <tr><td>nonbreaking-space .</td> 18 <tr><td>ideographic-space .</td> 19 <tr><td>newline 20 .</td> 21 <tr><td>tab	.</td> 22 <tr><td>form-feed.</td> 23 </table> 24 25 <table border="1" style="white-space:nowrap"> 26 <tr><td>space .</td> 27 <tr><td>nonbreaking-space .</td> 28 <tr><td>ideographic-space .</td> 29 <tr><td>newline 30 .</td> 31 <tr><td>tab	.</td> 32 <tr><td>form-feed.</td> 33 </table> 34 35 <table border="1" style="white-space:pre-wrap"> 36 <tr><td>space .</td> 37 <tr><td>nonbreaking-space .</td> 38 <tr><td>ideographic-space .</td> 39 <tr><td>newline 40 .</td> 41 <tr><td>tab	.</td> 42 <tr><td>form-feed.</td> 43 </table> 44 45 </body> 46 </html>