nowrap css

by Christopher O

HTML

<h3>No style:</h3>

<span>This is line One This is line One<br>This is line Two This is line Two<br>This is line Three This is line Three</span>

<h3>By nowrap:</h3>

<span style="white-space: nowrap;">This is line One This is line One<br>This is line Two This is line Two<br>This is line Three This is line Three</span>

<h3>By width:</h3>

<div style="width: 250px;">This is line One This is line One<br>This is line Two This is line Two<br>This is line Three This is line Three</div>