No matter how you type text in HTML document. Until you add a <br /> tag the things would come in same line.
This is other line.
Use <br /> and avoid <br> to display new lines. <br> is deprecated and should not be used in new code.