<br>

Insert a line break, resuming text flow on the next line.

Attribute Description
class Classify or name your elements. For instance, if you classify several paragraph elements the same name, using CSS it is possible to give them all the same styles in one line of code.
id Specify an ID for your elements.
style Used to create inline styles such as CSS.
title Places a "pop-up" title for an element upon mouse over. Similar to "help" pop-ups in word programs.

Code:

This is <br />
obnoxious<br />
sometimes!

Display:

This is
obnoxious
sometimes!

Closing Tag Information:

This tag does not require a closing tag.