+ 1
There's no <be/> in HTML. And no <nowrap> either. Did you mean to say <br> and the nowrap attribute (not supported in HTML5)? There's also the CSS value 'nowrap': p { white-space: nowrap; }
25th Jul 2016, 7:25 PM
ZinC
ZinC - avatar