2
While <br /> is a valid xhtml tag, there's a component of presentational info in it. And indeed, you can get linebreaks by using more meaningful tags like <p> around a block of text most of the time. Clean, fast code usually uses just little <br /> tags...