Quote Originally Posted by visualAd
// a new line in html
// test1<br />test2
Strictly speaking, that's XHTML (and even more strictly speaking, only in XML parsing mode, although no-one seriously observes that).

In HTML a new line is simply <br>.