<!DOCTYPE html>
<style>
.box {
width: 8em;
height: 4em;
background: black;
float: left;
}
</style>
<p>The word "PASS" should be seen below, to the right of a black rectangle.</p>
<div class="box"></div>
<div>PASS</div>
<!DOCTYPE html>
<style>
.box {
width: 8em;
height: 4em;
background: black;
float: left;
}
</style>
<p>The word "PASS" should be seen below, to the right of a black rectangle.</p>
<div class="box"></div>
<div>PASS</div>