Avoid the Deprecated <nobr> Tag in HTML 5

The <nobr> tag should be avoided because it is not included in the HTML specifications. White space wrapping should be controlled using the CSS white-space property and line breaks should be created using the HTML break tag "<br/>".