wbr.aspx font size:
<html>
<head>
<title>Abakada HTML Demo: &lt;wbr&gt; Element</title>
<link rel="stylesheet" href="/shared/netdemos.css">
<style>
</style>
</head>

<body>
<div class="header"><h2>Abakada HTML Demo: <b>&lt;wbr&gt;</b> Element</h2></div>
<hr size=1 width=92%>

<center>

<h4>This example shows how a very long word may break using the &lt;<code>wbr</code>&gt; 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>