<!DOCTYPE html>
<style>
div {
position: absolute;
top: 4em;
width: 400px;
}
</style>
<div>
<span>This sentence should span a single line.</span>
</div>
<!DOCTYPE html>
<style>
div {
position: absolute;
top: 4em;
width: 400px;
}
</style>
<div>
<span>This sentence should span a single line.</span>
</div>