Line break is used to determine single line breaks, equivalent to carriage return. Actually a line break is a carriage return ( ), a line feed ( ) or a carriage return / line feed pair.
This element is used to force a line break at the current line of text.
To prevent line break between words the can be inserted as a space between them.
Line break is an empty tag, therefore the closing tag is forbidden.
Syntax:
<br />
Attributes:
Example
HTML line break element:
Comments
No comments have been made yet.
Please login to leave a comment. Login now