<h1>Especialistas <wbr>em LSF<br>constução <wbr>em <wbr>aço leve</h1>
<h2>
Choose where the line should breack at diferent screen widths
</h2>
<h3>
In the example above:
</h3>
<h4>
<pre>
<code>
<h1>Especialistas&nbsp;<wbr>em&nbsp;LSF<br>constução&nbsp;<wbr>em<wbr>aço&nbsp;leve</h1>
</code>
</pre>
</h4>
<ul>
<li><b>(non-breaking space):<pre><code>&nbsp;</code></pre></b> Creates a space between words while conecting them in a steam that can not be broken</li>
<li><b>(word break opportunity): <pre><code><wbr></code></pre></b> This tag indicates to the browser a suitable place to insert a break between words if a line needs to be wrapped. The browser will insert a break at the <wbr> tag. It's like saying to the browser, "If you need to wrap this line, here's a good place to do it."</li>
</ul>
CSS
body {
font-family: sans-serif;
}
li {margin: 20px;}
h1 {
font-size: 50px;
color: red;
letter-spacing: -2px;
line-height: 1;
}
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.