Forum Moderators: open
You should use P [w3.org] elements to markup paragraphs and BR [w3.org] elements to markup line breaks. Since the BODY [w3.org] element may only contain block-level elements you need a container for your text anyway. Just putting your text directly into the BODY [w3.org] element is wrong.
Andreas