This is one of those tags that is different. There is NOT a </br> tag. It is all incorporated into the one tag. Note there is a space between the br and the /.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> The Page Title Goes Here </title>
</head>
<body>
<p>
The line break will break the paragraph here<br />
and the new line begins below it.
</p>
</body>
</html>
© Copyright 2001,2002 Southern Twilight All rights reserved.