Line Breaks<BR> is used to make a line break. For example:
This will display as: This line should break here Remember, browsers ignore returns, so you need to use the BR tag to force a hard return. Do not use multiple BR tags to add tons of vertical space to a page, though one or two BRs is probably OK. More than that tends to look funny (it's a hallmark of beginning HTML writers, so it looks amateurish), and soon we'll be learning better techniques for controlling space on your page. |