<html>
<head>
<title>Abakada HTML Demo: <wbr> Element</title>
<link rel="stylesheet" href="/shared/netdemos.css">
<style>
</style>
</head>
<body>
<div class="header"><h2>Abakada HTML Demo: <b><wbr></b> Element</h2></div>
<hr size=1 width=92%>
<center>
<h4>This example shows how a very long word may break using the <<code>wbr</code>> element.</h4>
<p><b>Resize the browser window to see the effect.</b></p>
<p>The following paragraph is defined using the element at several break points.</p>
<p><cite>Loremipsumdolorsitamet,consecteturadipiscingelit.<wbr>Nullamsollicitudinenimidporttitorvolutpat.<wbr>Donecsitametsuscipitlibero.<wbr>Maecenasvolutpatvehiculanibh,<wbr>atviverranunctinciduntat.</cite></p>
<p>This next paragraph is defined without any break point.</p>
<p><cite>Loremipsumdolorsitamet,consecteturadipiscingelit.Nullamsollicitudinenimidporttitorvolutpat.Donecsitametsuscipitlibero.Maecenasvolutpatvehiculanibh,atviverranunctinciduntat.</cite></p>
</center>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>