white-space-3-ref.html (332B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <style> 5 div { font: 24px monospace; width: 0; white-space: pre; } 6 b { font-weight: normal; background: yellow; } 7 .cell { display: table-cell; border: 1px solid green; } 8 </style> 9 </head> 10 <body> 11 12 <p>There should be no red:</p> 13 14 <div><span class="cell"><b>Hiya <br>Kitty</b></span></div> 15 16 </body> 17 </html>