Break tag <br />
Description
The Break tag puts a a line break into the html text displayed on your page. This action breaks the text and begins a new line.
Note: this tag does not enclose text and appears on its own. The / indicates this feature.
Examples
| A four word line<br/>A four word line<br/>A four word line. |
A four word line A four word line A four word line. |
| A line<br/><br/><br/>Another line |
A line
Another line |
Attributes for <br/>
| clear |
all|left|right |
(Deprecated) The clear attribute indicates that the text should not begin until the specified margin is clear. The values refer to the margin e.g. the left margin, the right margin, or all for the left and right margin together.
This attribute is generally used when breaking text around images. |