Line Breaks

<BR> is used to make a line break. For example:

This line should break here<BR> so that it will look right

This will display as:

This line should break here
so that it will look right

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.


<<-------- p r e v // a i w e b // n e x t -------->>