<!DOCTYPE html>
<style>
.fakeColumn { float:left; width:1em; height:100%; }
</style>
<p>The word "PASS" should be seen below.</p>
<div style="line-height:100px; height:100px;">
<div class="fakeColumn"></div>
<div class="fakeColumn"></div>
<div class="fakeColumn">P</div>
<div class="fakeColumn">A</div>
<div class="fakeColumn">S</div>
<div class="fakeColumn">S</div>
</div>