HTML Line Breaks
The HTML
element defines a line break.
element defines a line break.
Use
if you want a line break (a new line) without starting a new paragraph:
if you want a line break (a new line) without starting a new paragraph:
Example
<p>This is<br>a paragraph<br>with line breaks.</p>
The
tag is an empty tag, which means that it has no end tag.
tag is an empty tag, which means that it has no end tag.
EmoticonEmoticon