Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE HTML>
<html>
<head>
<style>
div { font: 24px monospace; width: 0; white-space: pre; }
b { font-weight: normal; background: yellow; }
.cell { display: table-cell; border: 1px solid green; }
</style>
</head>
<body>
<p>There should be no red:</p>
<div><span class="cell"><b>Hiya <br>Kitty</b></span></div>
</body>
</html>