From http://www.w3schools.com (Copyright Refsnes Data)
ExampleA line break is marked up as follows:
|
The <br> tag inserts a single line break.
The <br> tag is an empty tag which means that it has no end tag.
The <br> tag is supported in all major browsers.
In HTML the <br> tag has no end tag.
In XHTML the <br> tag must be properly closed, like this: <br />.
Note: Use the <br> tag to insert line breaks, not to create paragraphs.
id, class, title, style |
For a full description, go to Standard Attributes.
From http://www.w3schools.com (Copyright Refsnes Data)